X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f40fdaa339e19bbdf60c9c065c82daae4ca77b36..7249080588e30b4740adc138e793ffa0ead4b5ef:/include/wx/gtk1/notebook.h?ds=sidebyside

diff --git a/include/wx/gtk1/notebook.h b/include/wx/gtk1/notebook.h
index 1830da0e9e..454cf9f01e 100644
--- a/include/wx/gtk1/notebook.h
+++ b/include/wx/gtk1/notebook.h
@@ -80,8 +80,6 @@ public:
 
   // operations
   // ----------
-    // remove one page from the notebook
-  bool DeletePage(size_t nPage);
     // remove all pages
   bool DeleteAllPages();
 
@@ -110,9 +108,7 @@ public:
     bool DoPhase(int phase);
 #endif
 
-    // set all page's font
-    bool SetFont(const wxFont& font);
-    
+    // set all page's attributes
     void DoApplyWidgetStyle(GtkRcStyle *style);
 
     // report if window belongs to notebook