diff options
author | George Hazan <george.hazan@gmail.com> | 2016-01-04 14:51:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-01-04 14:51:21 +0000 |
commit | 89b08722d8006a0e6d3ef7183054cf00423ef4d0 (patch) | |
tree | e7bb0693f46ae9ceaaaca1420906f756e7421e10 /plugins/NewsAggregator/Src/Services.cpp | |
parent | ff07d666b5a73e94e54c39d8d9974f476d5de99f (diff) |
unused calls of MS_HOTKEY_UNREGISTER removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@16021 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/Src/Services.cpp')
-rw-r--r-- | plugins/NewsAggregator/Src/Services.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/NewsAggregator/Src/Services.cpp b/plugins/NewsAggregator/Src/Services.cpp index 8e1bb31bfa..c021e5f6fa 100644 --- a/plugins/NewsAggregator/Src/Services.cpp +++ b/plugins/NewsAggregator/Src/Services.cpp @@ -69,8 +69,6 @@ int NewsAggrPreShutdown(WPARAM, LPARAM) KillTimer(NULL, timerId);
NetlibUnInit();
-
- CallService(MS_HOTKEY_UNREGISTER, 0, (LPARAM)"NewsAggregator/CheckAllFeeds");
return 0;
}
|