]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/progdlg.h
Remove SetPageTitle and GetPageTitle and make GetCurrentTitle actually return the...
[wxWidgets.git] / include / wx / msw / progdlg.h
index cd576dc8e917b3c053ba00fa5cf6a21b9b01b758..8102c9fdf13955e4a2cdbed5ec4fadd05b20d9d7 100644 (file)
@@ -48,10 +48,6 @@ public:
     virtual void Update() { wxGenericProgressDialog::Update(); }
 
 private:
-    // Returns true if the task dialog is available. If not, all the methods of
-    // this class simply fall back to wxGenericProgressDialog versions.
-    bool HasNativeProgressDialog() const;
-
     // Performs common routines to Update() and Pulse(). Requires the
     // shared object to have been entered.
     bool DoNativeBeforeUpdate(bool *skip);