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/WebView/src/main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/WebView') diff --git a/plugins/WebView/src/main.cpp b/plugins/WebView/src/main.cpp index 5125c6cbb2..9f642e8b28 100644 --- a/plugins/WebView/src/main.cpp +++ b/plugins/WebView/src/main.cpp @@ -190,9 +190,6 @@ extern "C" int __declspec(dllexport) Load() //add sound event to options SkinAddNewSoundExT("webviewalert", _T(MODULENAME), LPGENT("Alert Event")); - //add module to known list - db_set_s(NULL, "KnownModules", "Webview", MODULENAME); - //value is 1 if menu is disabled db_set_b(NULL, MODULENAME, MENU_IS_DISABLED_KEY, 1); -- cgit v1.2.3