remove unused macro definitions
and limit others to the configurations which use them git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -153,7 +153,6 @@ wxCONSTRUCTOR_5( wxComboBox, wxWindow*, Parent, wxWindowID, Id, \
|
||||
// seemed to eliminate the position change).
|
||||
|
||||
#include "wx/dialog.h"
|
||||
#define wxCC_GENERIC_TLW_IS_DIALOG
|
||||
#define wxComboCtrlGenericTLW wxDialog
|
||||
|
||||
#if defined(__WXGTK20__)
|
||||
@@ -194,7 +193,6 @@ wxCONSTRUCTOR_5( wxComboBox, wxWindow*, Parent, wxWindowID, Id, \
|
||||
#else
|
||||
|
||||
#include "wx/dialog.h"
|
||||
#define wxCC_GENERIC_TLW_IS_DIALOG
|
||||
#define wxComboCtrlGenericTLW wxDialog
|
||||
|
||||
#define USE_TRANSIENT_POPUP 0 // Use wxPopupWindowTransient (preferred, if it works properly on platform)
|
||||
|
Reference in New Issue
Block a user