removed unused wxUSE_XXX options (patch 1759328)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1e0f0a90e0
commit
b2f0b9342a
8 changed files with 7 additions and 139 deletions
|
|
@ -186,7 +186,7 @@ wxSaveFileSelector(const wxString& what,
|
|||
|
||||
|
||||
#if defined (__WXUNIVERSAL__)
|
||||
#define wxUSE_GENERIC_FILEDIALOG
|
||||
#define wxHAS_GENERIC_FILEDIALOG
|
||||
#include "wx/generic/filedlgg.h"
|
||||
#elif defined(__WXMSW__)
|
||||
#include "wx/msw/filedlg.h"
|
||||
|
|
@ -195,7 +195,7 @@ wxSaveFileSelector(const wxString& what,
|
|||
#elif defined(__WXGTK24__)
|
||||
#include "wx/gtk/filedlg.h" // GTK+ > 2.4 has native version
|
||||
#elif defined(__WXGTK20__)
|
||||
#define wxUSE_GENERIC_FILEDIALOG
|
||||
#define wxHAS_GENERIC_FILEDIALOG
|
||||
#include "wx/generic/filedlgg.h"
|
||||
#elif defined(__WXGTK__)
|
||||
#include "wx/gtk1/filedlg.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue