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:
@@ -194,8 +194,12 @@ wxLayoutDirection wxAppBase::GetLayoutDirection() const
|
||||
// GUI-specific command line options handling
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#ifdef __WXUNIVERSAL__
|
||||
#define OPTION_THEME "theme"
|
||||
#endif
|
||||
#if defined(__WXDFB__)
|
||||
#define OPTION_MODE "mode"
|
||||
#endif
|
||||
|
||||
void wxAppBase::OnInitCmdLine(wxCmdLineParser& parser)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user