diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-14 15:40:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-14 15:40:28 +0000 |
commit | 5049950f23d8a84b1bb286cbc6bf1ab3e6944fb0 (patch) | |
tree | 5356966724f7f66334bf89690dc36618cb5dd711 /protocols/GTalkExt/src/handlers.cpp | |
parent | d6b7f083ef11b88282290370988aa7cb60a53345 (diff) |
crazy leaky piece of junk eliminated
git-svn-id: http://svn.miranda-ng.org/main/trunk@4027 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/GTalkExt/src/handlers.cpp')
-rw-r--r-- | protocols/GTalkExt/src/handlers.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/GTalkExt/src/handlers.cpp b/protocols/GTalkExt/src/handlers.cpp index 7bd814a802..6ca82693f0 100644 --- a/protocols/GTalkExt/src/handlers.cpp +++ b/protocols/GTalkExt/src/handlers.cpp @@ -24,7 +24,6 @@ #include "db.h"
#include "notifications.h"
#include "options.h"
-#include "popups.h"
static const LPCTSTR JABBER_IQID = _T("mir_");
static const LPCTSTR JABBER_IQID_FORMAT = _T("mir_%d");
@@ -417,7 +416,6 @@ int AccListChanged(WPARAM wParam, LPARAM lParam) int ModulesLoaded(WPARAM wParam, LPARAM lParam)
{
RenewPseudocontactHandles();
- DetectPopupModule();
int count;
PROTOACCOUNT **protos;
|