diff options
Diffstat (limited to 'protocols/IRCG/src/main.cpp')
-rw-r--r-- | protocols/IRCG/src/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/IRCG/src/main.cpp b/protocols/IRCG/src/main.cpp index d2b9722c68..086cb11dd3 100644 --- a/protocols/IRCG/src/main.cpp +++ b/protocols/IRCG/src/main.cpp @@ -23,7 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "version.h"
CMPlugin g_plugin;
-CHAT_MANAGER *pci;
/////////////////////////////////////////////////////////////////////////////////////////
@@ -67,8 +66,6 @@ extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_PROTOC extern "C" int __declspec(dllexport) Load()
{
- pci = Chat_GetInterface();
-
InitIcons();
InitServers();
InitContactMenus();
|