Get rid of commented out and unused macro definitions

This commit is contained in:
Artur Wieczorek 2019-06-14 22:36:52 +02:00
parent 6c437d12ab
commit 8c187ffc7a
2 changed files with 0 additions and 18 deletions

View File

@ -877,7 +877,6 @@ void wxFontProperty::OnCustomPaint(wxDC& dc,
#include "wx/colordlg.h"
//#define wx_cp_es_syscolours_len 25
static const char* const gs_cp_es_syscolour_labels[] = {
/* TRANSLATORS: Keyword of system colour */ wxTRANSLATE("AppWorkspace"),
/* TRANSLATORS: Keyword of system colour */ wxTRANSLATE("ActiveBorder"),
@ -1758,7 +1757,6 @@ wxVariant wxColourProperty::DoTranslateVal( wxColourPropertyValue& v ) const
#define NUM_CURSORS 28
//#define wx_cp_es_syscursors_len 28
static const char* const gs_cp_es_syscursors_labels[NUM_CURSORS+1] = {
/* TRANSLATORS: System cursor name */ wxTRANSLATE("Default"),
/* TRANSLATORS: System cursor name */ wxTRANSLATE("Arrow"),

View File

@ -87,28 +87,12 @@
#endif
//#define wxPG_TEXT_INDENT 4 // For the wxComboControl
//#define wxPG_ALLOW_CLIPPING 1 // If 1, GetUpdateRegion() in OnPaint event handler is not ignored
#define wxPG_GUTTER_DIV 3 // gutter is max(iconwidth/gutter_div,gutter_min)
#define wxPG_GUTTER_MIN 3 // gutter before and after image of [+] or [-]
#define wxPG_YSPACING_MIN 1
#define wxPG_DEFAULT_VSPACING 2 // This matches .NET propertygrid's value,
// but causes normal combobox to spill out under MSW
//#define wxPG_OPTIMAL_WIDTH 200 // Arbitrary
//#define wxPG_MIN_SCROLLBAR_WIDTH 10 // Smallest scrollbar width on any platform
// Must be larger than largest control border
// width * 2.
#define wxPG_DEFAULT_CURSOR wxNullCursor
//#define wxPG_NAT_CHOICE_BORDER_ANY 0
//#define wxPG_HIDER_BUTTON_HEIGHT 25
#define wxPG_PIXELS_PER_UNIT m_lineHeight
#ifdef wxPG_ICON_WIDTH