diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-10-26 20:28:06 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-10-26 20:28:06 +0000 |
commit | dcb9689364e44ce574140ad975a5918da58e75b8 (patch) | |
tree | aaae5bd4b4066fe1f5c292efdf79be226989e812 /plugins/Popup | |
parent | aedb67d5f6d0f75ba268d9c0ba9b3cf127c9b3c9 (diff) |
removed not needed code
git-svn-id: http://svn.miranda-ng.org/main/trunk@6639 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup')
-rw-r--r-- | plugins/Popup/src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Popup/src/main.cpp b/plugins/Popup/src/main.cpp index 6761a28fae..50972b1b36 100644 --- a/plugins/Popup/src/main.cpp +++ b/plugins/Popup/src/main.cpp @@ -368,7 +368,6 @@ MIRAPI int Load(void) // Register in DBEditor++
UpgradeDb();
- db_set_s(NULL, "KnownModules", pluginInfoEx.shortName, MODULNAME);
HookEvent(ME_SYSTEM_MODULESLOADED, ModulesLoaded);
HookEvent(ME_OPT_INITIALISE, OptionsInitialize);
|