diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-10-15 11:45:00 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-10-15 11:45:00 +0000 |
commit | 57d7a593cb444941ade06bde7911aaa77d431cc4 (patch) | |
tree | ee2d415eeaa421c99854173b3755ff7e6ff1a535 /plugins/QuickContacts/src/quickcontacts.cpp | |
parent | 7e54472de6322d6929874dc8acb66229590d250f (diff) |
code cleanup
registermodule service removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@6497 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/QuickContacts/src/quickcontacts.cpp')
-rw-r--r-- | plugins/QuickContacts/src/quickcontacts.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/QuickContacts/src/quickcontacts.cpp b/plugins/QuickContacts/src/quickcontacts.cpp index e6ec71a71e..98683402c5 100644 --- a/plugins/QuickContacts/src/quickcontacts.cpp +++ b/plugins/QuickContacts/src/quickcontacts.cpp @@ -114,9 +114,6 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) {
InitOptions();
- // add our modules to the KnownModules list
- CallService("DBEditorpp/RegisterSingleModule", (WPARAM) MODULE_NAME, 0);
-
// Get number of protocols
int pcount = 0;
PROTOACCOUNT** pdesc;
|