diff options
-rw-r--r-- | plugins/TabSRMM/src/msglog.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/TabSRMM/src/msglog.cpp b/plugins/TabSRMM/src/msglog.cpp index 1b452bedae..59cdf61d28 100644 --- a/plugins/TabSRMM/src/msglog.cpp +++ b/plugins/TabSRMM/src/msglog.cpp @@ -182,9 +182,6 @@ void FreeLogFonts() void TSAPI CacheMsgLogIcons()
{
- for (int i = 0; i < _countof(Logicons); i++)
- DestroyIcon(Logicons[i]);
-
Logicons[0] = Skin_LoadIcon(SKINICON_EVENT_MESSAGE);
Logicons[1] = Skin_LoadIcon(SKINICON_EVENT_URL);
Logicons[2] = Skin_LoadIcon(SKINICON_EVENT_FILE);
|