diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-16 12:57:09 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-16 12:57:09 +0300 |
commit | 12c0a01bc1826949fa9e146b668a400cab679a63 (patch) | |
tree | 2dc6768537cf0de4ce2a7a79b86c3a08f3c8af1e /plugins/Popup/src/config.cpp | |
parent | 40086f4fc370ca92218c805fe5cee10c09f57f2c (diff) |
merge with master till
IRC fixes #1342 (broken search in channel browser);
Diffstat (limited to 'plugins/Popup/src/config.cpp')
-rw-r--r-- | plugins/Popup/src/config.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Popup/src/config.cpp b/plugins/Popup/src/config.cpp index fc276a1b63..eafca08668 100644 --- a/plugins/Popup/src/config.cpp +++ b/plugins/Popup/src/config.cpp @@ -25,8 +25,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // ===== General Plugin =====
HINSTANCE hInst;
-HANDLE hMainThread;
-// MNOTIFYLINK *notifyLink; // deprecatet
HANDLE hSemaphore;
BOOL closing = FALSE;
|