diff options
author | Rozhuk Ivan <rozhuk.im@gmail.com> | 2015-07-12 05:14:50 +0000 |
---|---|---|
committer | Rozhuk Ivan <rozhuk.im@gmail.com> | 2015-07-12 05:14:50 +0000 |
commit | efb5fdfa3f31b1c57b9253cd2d062e61d9574c37 (patch) | |
tree | f45d9f463b8d5108340251e174551411cd6e0505 /plugins/WhenWasIt/src/WhenWasIt.cpp | |
parent | 53ed793fb92d7a7175eda46aad41b30228bac44f (diff) |
WhenWasIt: timers code update
git-svn-id: http://svn.miranda-ng.org/main/trunk@14539 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhenWasIt/src/WhenWasIt.cpp')
-rw-r--r-- | plugins/WhenWasIt/src/WhenWasIt.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/WhenWasIt/src/WhenWasIt.cpp b/plugins/WhenWasIt/src/WhenWasIt.cpp index effd2d632f..f6f2f739ad 100644 --- a/plugins/WhenWasIt/src/WhenWasIt.cpp +++ b/plugins/WhenWasIt/src/WhenWasIt.cpp @@ -144,9 +144,6 @@ extern "C" int __declspec(dllexport) Unload() WindowList_Broadcast(hAddBirthdayWndsList, WM_CLOSE, 0, 0);
WindowList_Destroy(hAddBirthdayWndsList);
- Log("%s", "Killing timers ...");
- KillTimers();
-
Log("%s", "Unhooking events ...");
UnhookEvents();
|