diff options
author | George Hazan <ghazan@miranda.im> | 2020-08-17 17:42:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-08-17 17:42:39 +0300 |
commit | 32b2f8da453b0b4cfbe375863500deaef5784726 (patch) | |
tree | 002dd8b422d37deaeae557a21f00dbb233d4ffad /plugins/SmileyAdd/src/main.cpp | |
parent | b42fea7761d968e814382fde9748e68d83d587e7 (diff) |
SmileyAdd: code cleaning
Diffstat (limited to 'plugins/SmileyAdd/src/main.cpp')
-rw-r--r-- | plugins/SmileyAdd/src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/SmileyAdd/src/main.cpp b/plugins/SmileyAdd/src/main.cpp index 424618f61f..632dcd3b44 100644 --- a/plugins/SmileyAdd/src/main.cpp +++ b/plugins/SmileyAdd/src/main.cpp @@ -92,8 +92,6 @@ int CMPlugin::Load() return 1;
}
- InitImageCache();
-
g_plugin.registerIcon(MODULENAME, iconList);
g_SmileyCategories.SetSmileyPackStore(&g_SmileyPacks);
|