diff options
author | George Hazan <george.hazan@gmail.com> | 2016-03-01 16:45:43 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-03-01 16:45:43 +0000 |
commit | d5675b1834031fd7c99baa6d948fb550594fcd3a (patch) | |
tree | 1977ac3eb1162f8db55c2a7d74981cca39187a83 /plugins/SmileyAdd/src/main.cpp | |
parent | 88167d8a0f7f0e3b8fbad7c8204732995bd265be (diff) |
- smileys rewritten to support true frame delays;
- code cleaning;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@16383 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SmileyAdd/src/main.cpp')
-rw-r--r-- | plugins/SmileyAdd/src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/SmileyAdd/src/main.cpp b/plugins/SmileyAdd/src/main.cpp index 1036129569..1c59ae7597 100644 --- a/plugins/SmileyAdd/src/main.cpp +++ b/plugins/SmileyAdd/src/main.cpp @@ -131,7 +131,6 @@ extern "C" __declspec(dllexport) int Unload(void) DestroyHookableEvent(hEvent1);
RichEditData_Destroy();
- DestroyAniSmileys();
g_SmileyCategories.ClearAll();
g_SmileyPackCStore.ClearAndFreeAll();
|