From 13cd5354baea09dc6ea4b1131a3bd289c07a84e7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 6 Apr 2020 16:42:10 +0300 Subject: more useless code removed --- plugins/VoiceService/src/options.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'plugins/VoiceService/src') diff --git a/plugins/VoiceService/src/options.cpp b/plugins/VoiceService/src/options.cpp index 98a4b868d2..9cec44611d 100644 --- a/plugins/VoiceService/src/options.cpp +++ b/plugins/VoiceService/src/options.cpp @@ -240,16 +240,7 @@ static void SetAllChildIcons(HWND hwndList, HANDLE hFirstItem, int iColumn, int static void ResetListOptions(HWND hwndList) { - SendMessage(hwndList, CLM_SETBKBITMAP, 0, 0); SendMessage(hwndList, CLM_SETBKCOLOR, GetSysColor(COLOR_WINDOW), 0); - SendMessage(hwndList, CLM_SETGREYOUTFLAGS, 0, 0); - SendMessage(hwndList, CLM_SETLEFTMARGIN, 2, 0); - SendMessage(hwndList, CLM_SETINDENT, 10, 0); - - for (int i = 0; i <= FONTID_MAX; i++) - SendMessage(hwndList, CLM_SETTEXTCOLOR, i, GetSysColor(COLOR_WINDOWTEXT)); - - // SetWindowLong(hwndList,GWL_STYLE,GetWindowLong(hwndList,GWL_STYLE)|CLS_SHOWHIDDEN|CLS_NOHIDEOFFLINE|CLS_GREYALTERNATE); } -- cgit v1.2.3