Removing unused obsolete code from wxFileDialog
We don't need workaround for macOS earlier than 10.6 any longer.
This commit is contained in:
committed by
Vadim Zeitlin
parent
19b875830b
commit
dd0033d817
@@ -74,11 +74,6 @@ public:
|
||||
|
||||
// implementation only
|
||||
|
||||
#if wxOSX_USE_COCOA
|
||||
// returns true if the file can be shown as active
|
||||
bool CheckFile( const wxString& filename );
|
||||
#endif
|
||||
|
||||
protected:
|
||||
// not supported for file dialog, RR
|
||||
virtual void DoSetSize(int WXUNUSED(x), int WXUNUSED(y),
|
||||
|
Reference in New Issue
Block a user