From c4a4d10f023ced1fdab492f1b92d0aa0a39ebc3b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 10 Aug 2013 16:26:46 +0000 Subject: code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@5635 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/chat/main.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'plugins/TabSRMM/src/chat') diff --git a/plugins/TabSRMM/src/chat/main.cpp b/plugins/TabSRMM/src/chat/main.cpp index 2891cb5b90..7fd80940b1 100644 --- a/plugins/TabSRMM/src/chat/main.cpp +++ b/plugins/TabSRMM/src/chat/main.cpp @@ -115,25 +115,19 @@ void LoadLogIcons(void) hIcons[ICON_STATUS4] = LoadIconEx(IDI_STATUS4, "status4", 16, 16); hIcons[ICON_STATUS0] = LoadIconEx(IDI_STATUS0, "status0", 16, 16); hIcons[ICON_STATUS5] = LoadIconEx(IDI_STATUS5, "status5", 16, 16); - - return; } void LoadIcons(void) { - int i; - - for (i=0; i < 20; i++) + for (int i=0; i < 20; i++) hIcons[i] = NULL; LoadLogIcons(); g_Settings.hIconOverlay = LoadIconEx(IDI_OVERLAY, "overlay", 16, 16); LoadMsgLogBitmaps(); - return ; } void FreeIcons(void) { FreeMsgLogBitmaps(); - return; } -- cgit v1.2.3