X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ecba92ec081e151f0adc2a048f409af354528df1..a7ba5d1efbd9bcaa39d47d7752c0382bd220a42f:/utils/screenshotgen/src/screenshot_main.h diff --git a/utils/screenshotgen/src/screenshot_main.h b/utils/screenshotgen/src/screenshot_main.h index a81ce1352b..37504cfde1 100644 --- a/utils/screenshotgen/src/screenshot_main.h +++ b/utils/screenshotgen/src/screenshot_main.h @@ -3,7 +3,7 @@ // Purpose: Defines the Application Frame // Author: Utensil Candel (UtensilCandel@@gmail.com) // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _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_