]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/app.h
Support for G_FILENAME_ENCODING=@locale
[wxWidgets.git] / include / wx / gtk / app.h
index d80afdb2fdb915797fbe75e3cbe99b9055c6b3c4..82ee2dd180fe934d76b5978b85686b22d166f0d5 100644 (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__