From dcb9689364e44ce574140ad975a5918da58e75b8 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 26 Oct 2013 20:28:06 +0000 Subject: removed not needed code git-svn-id: http://svn.miranda-ng.org/main/trunk@6639 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ClientChangeNotify/src/ClientChangeNotify.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/ClientChangeNotify/src') diff --git a/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp b/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp index 1a19e8ef1d..313e1d3323 100644 --- a/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp +++ b/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp @@ -421,8 +421,6 @@ extern "C" int __declspec(dllexport) Load(void) HookEvent(ME_SYSTEM_MODULESLOADED, MirandaLoaded); DuplicateHandle(GetCurrentProcess(), GetCurrentThread(), GetCurrentProcess(), &g_hMainThread, THREAD_SET_CONTEXT, false, 0); InitOptions(); - if (db_get_s(NULL, "KnownModules", MOD_NAME, (char*)NULL) == NULL) - db_set_s(NULL, "KnownModules", MOD_NAME, MOD_NAME); if (db_get_b(NULL, MOD_NAME, DB_SETTINGSVER, 0) < 1) { TCString Str; -- cgit v1.2.3