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:
Vadim Zeitlin
2007-07-28 00:08:01 +00:00
parent 1e0f0a90e0
commit b2f0b9342a
8 changed files with 7 additions and 139 deletions

View File

@@ -124,7 +124,7 @@ private:
static bool ms_lastShowHidden; // did we show hidden files?
};
#ifdef wxUSE_GENERIC_FILEDIALOG
#ifdef wxHAS_GENERIC_FILEDIALOG
class WXDLLEXPORT wxFileDialog: public wxGenericFileDialog
{
@@ -146,7 +146,7 @@ private:
DECLARE_DYNAMIC_CLASS(wxFileDialog)
};
#endif // wxUSE_GENERIC_FILEDIALOG
#endif // wxHAS_GENERIC_FILEDIALOG
//-----------------------------------------------------------------------------
// wxFileData - a class to hold the file info for the wxFileCtrl