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:
@@ -58,9 +58,6 @@
|
|||||||
// constants
|
// 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;
|
static const int SCROLL_UNIT_X = 15;
|
||||||
|
|
||||||
// the spacing between the lines (in report mode)
|
// the spacing between the lines (in report mode)
|
||||||
|
Reference in New Issue
Block a user