From 6c5751db4f560707cf1fe7316e4786d2d388e370 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 10 Jul 2020 18:09:16 +0200 Subject: [PATCH] Remove unused HEADER_HEIGHT constant It wasn't used since f8252483ec (Applied patch [ 803473 ] wxListCtrl header height bugfix, 2003-09-11) but remained, commented out, in the code for some reason. --- src/generic/listctrl.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/generic/listctrl.cpp b/src/generic/listctrl.cpp index fccce69d31..45e698960d 100644 --- a/src/generic/listctrl.cpp +++ b/src/generic/listctrl.cpp @@ -58,9 +58,6 @@ // constants // ---------------------------------------------------------------------------- -// // the height of the header window (FIXME: should depend on its font!) -// static const int HEADER_HEIGHT = 23; - static const int SCROLL_UNIT_X = 15; // the spacing between the lines (in report mode)