summaryrefslogtreecommitdiff
path: root/plugins/HistoryStats/src/dlgoption_subexclude.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryStats/src/dlgoption_subexclude.cpp')
-rw-r--r--plugins/HistoryStats/src/dlgoption_subexclude.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/HistoryStats/src/dlgoption_subexclude.cpp b/plugins/HistoryStats/src/dlgoption_subexclude.cpp
index dd031b2c4f..ae81f88bec 100644
--- a/plugins/HistoryStats/src/dlgoption_subexclude.cpp
+++ b/plugins/HistoryStats/src/dlgoption_subexclude.cpp
@@ -194,15 +194,6 @@ void DlgOption::SubExclude::saveSettings()
void DlgOption::SubExclude::customizeList(HWND hCList)
{
- SendMessage(hCList, CLM_SETBKBITMAP, 0, NULL);
- SendMessage(hCList, CLM_SETBKCOLOR, GetSysColor(COLOR_WINDOW), 0);
- SendMessage(hCList, CLM_SETGREYOUTFLAGS, 0, 0);
- SendMessage(hCList, CLM_SETLEFTMARGIN, 2, 0);
- SendMessage(hCList, CLM_SETINDENT, 10, 0);
-
- for (int i = 0; i <= FONTID_MAX; ++i)
- SendMessage(hCList, CLM_SETTEXTCOLOR, i, GetSysColor(COLOR_WINDOWTEXT));
-
SetWindowLongPtr(hCList, GWL_STYLE, GetWindowLongPtr(hCList, GWL_STYLE) | CLS_SHOWHIDDEN);
}