diff options
Diffstat (limited to 'protocols/IRCG/src/main.cpp')
-rw-r--r-- | protocols/IRCG/src/main.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/protocols/IRCG/src/main.cpp b/protocols/IRCG/src/main.cpp index 69ffe7aa1e..c80a013e46 100644 --- a/protocols/IRCG/src/main.cpp +++ b/protocols/IRCG/src/main.cpp @@ -24,15 +24,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. CMPlugin g_plugin;
-/////////////////////////////////////////////////////////////////////////////////////////
-
-static int CompareServers(const SERVER_INFO* p1, const SERVER_INFO* p2)
-{
- return mir_strcmp(p1->m_name, p2->m_name);
-}
-
-OBJLIST<SERVER_INFO> g_servers(20, CompareServers);
-
void UninitTimers(void);
/////////////////////////////////////////////////////////////////////////////////////////
@@ -67,7 +58,6 @@ extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_PROTOC int CMPlugin::Load()
{
InitIcons();
- InitServers();
InitContactMenus();
return 0;
}
|