From 2eea33b2dcc64a02461a95b026d01c54c651fe26 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 25 Sep 2012 18:59:47 +0000 Subject: protocols are unloadable now git-svn-id: http://svn.miranda-ng.org/main/trunk@1656 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/protocols/protoaccs.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/modules/protocols') diff --git a/src/modules/protocols/protoaccs.cpp b/src/modules/protocols/protoaccs.cpp index 65ad1e3de7..0b31bfab25 100644 --- a/src/modules/protocols/protoaccs.cpp +++ b/src/modules/protocols/protoaccs.cpp @@ -614,15 +614,6 @@ void UnloadAccountsModule() ///////////////////////////////////////////////////////////////////////////////////////// -void KillProtoAccounts(const char *szProtoName) -{ - for (int i=0; i < accounts.getCount(); i++) - if ( !strcmp(szProtoName, accounts[i]->szProtoName)) - DeactivateAccount(accounts[i], true, false); -} - -///////////////////////////////////////////////////////////////////////////////////////// - void BuildProtoMenus() { for (int i=0; i < accounts.getCount(); i++) { -- cgit v1.2.3