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.
This commit is contained in:
Vadim Zeitlin 2020-07-10 18:09:16 +02:00
parent 96acdae1e6
commit 6c5751db4f

View File

@ -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)