X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ecba92ec081e151f0adc2a048f409af354528df1..3c8cbc12caeab51f2b483cf7d419417801679670:/utils/screenshotgen/src/screenshot_main.h

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_