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/UserInfoEx/src/init.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/UserInfoEx/src/init.cpp') diff --git a/plugins/UserInfoEx/src/init.cpp b/plugins/UserInfoEx/src/init.cpp index cd97189e16..38cbd31b5a 100644 --- a/plugins/UserInfoEx/src/init.cpp +++ b/plugins/UserInfoEx/src/init.cpp @@ -96,9 +96,6 @@ static int OnModulesLoaded(WPARAM wParam, LPARAM lParam) RebuildMenu(); HookEvent( ME_CLIST_PREBUILDSTATUSMENU, (MIRANDAHOOK)RebuildAccount); - // install known modules strings to database - db_set_s(NULL, "KnownModules", MODULELONGNAME, USERINFO","MODNAME","MOD_MBIRTHDAY","MODNAMEFLAGS); - return 0; } -- cgit v1.2.3