Move G_FILENAME_ENCODING to wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-04-13 20:05:57 +00:00
parent 3089a807e0
commit 845905d588
6 changed files with 55 additions and 60 deletions

View File

@@ -69,11 +69,6 @@ public:
// or the XVisualInfo* for SGI.
GdkVisual *GetGdkVisual();
#ifdef __WXGTK20__
wxConvBrokenFileNames *m_convBrokenFileNames;
wxMBConv *m_oldConvFileName;
#endif
private:
// true if we're inside an assert modal dialog
#ifdef __WXDEBUG__