X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ecba92ec081e151f0adc2a048f409af354528df1..fdb97de42b8a1491257566fb7bbd343916f1f2b8:/utils/screenshotgen/src/screenshot_main.h?ds=sidebyside diff --git a/utils/screenshotgen/src/screenshot_main.h b/utils/screenshotgen/src/screenshot_main.h index a81ce1352b..c44fb51744 100644 --- a/utils/screenshotgen/src/screenshot_main.h +++ b/utils/screenshotgen/src/screenshot_main.h @@ -26,20 +26,6 @@ protected: // event handlers virtual void OnCaptureFullScreen( wxCommandEvent& event ); virtual void OnCaptureAllControls( wxCommandEvent& event ); - - -private: - - // Before a config class is written, these two functions are placed here. - // It's only a transition and they wil be removed soon - wxString GetDefaultDirectory() const { return _T("screenshots"); } - - wxString GetDefaultDirectoryAbsPath() const - { - wxFileName output = wxFileName::DirName(GetDefaultDirectory()); - output.MakeAbsolute(); - return output.GetFullPath(); - } }; #endif // _SCREENSHOT_MAIN_H_