]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/stdpaths.h
added MSWPrintChild() for drawing child background (replaces patch 1108389)
[wxWidgets.git] / include / wx / msw / stdpaths.h
index c1e9bb3f3cdf1954ce06f0e566d410c85266ce79..e89e80b22731934dff5b6bf6e78f2b87c2166837 100644 (file)
@@ -28,9 +28,6 @@ public:
     virtual wxString GetPluginsDir() const;
 
 protected:
-    // append "/appname" suffix if the app name is set
-    static wxString AppendAppName(const wxString& dir);
-
     // get the path corresponding to the given standard CSIDL_XXX constant
     static wxString DoGetDirectory(int csidl);
 };