X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ecf902bc836f2808444b34eff48cdb12f289460..48e5284db6d6f1dab46a81a4ae0d0438ea37bd6e:/include/wx/filedlg.h diff --git a/include/wx/filedlg.h b/include/wx/filedlg.h index 60c59e80ef..e1a6d767ad 100644 --- a/include/wx/filedlg.h +++ b/include/wx/filedlg.h @@ -16,10 +16,6 @@ #if wxUSE_FILEDLG -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "filedlg.h" -#endif - #include "wx/dialog.h" #include "wx/arrstr.h" @@ -113,7 +109,6 @@ public: protected: wxString m_message; long m_dialogStyle; - wxWindow *m_parent; wxString m_dir; wxString m_path; // Full path wxString m_fileName;