diff options
author | George Hazan <ghazan@miranda.im> | 2020-01-03 16:55:12 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-01-03 16:55:12 +0300 |
commit | d87186978ec3448eacc8eed94efc35ae1c67bfba (patch) | |
tree | 83e34610db52bf8506d343e128718ca553134c26 /protocols/Discord/src/stdafx.h | |
parent | 8c720cdc163a236761442b27b1093861becebea7 (diff) |
Discord to use system window to maintain its timers
Diffstat (limited to 'protocols/Discord/src/stdafx.h')
-rw-r--r-- | protocols/Discord/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Discord/src/stdafx.h b/protocols/Discord/src/stdafx.h index ae55f4ab7e..568f5db2ed 100644 --- a/protocols/Discord/src/stdafx.h +++ b/protocols/Discord/src/stdafx.h @@ -47,7 +47,6 @@ #include "../../libs/zlib/src/zlib.h" extern IconItem g_iconList[]; -extern HWND g_hwndHeartbeat; #define DB_KEY_ID "id" #define DB_KEY_PASSWORD "Password" |