Author: manolo
Date: 2012-03-27 08:02:55 -0700 (Tue, 27 Mar 2012)
New Revision: 9307
Log:
Removed some commented out code.

Modified:
   branches/branch-3.0/include/FL/Fl_Window.H

Modified: branches/branch-3.0/include/FL/Fl_Window.H
===================================================================
--- branches/branch-3.0/include/FL/Fl_Window.H  2012-03-27 09:04:02 UTC (rev 
9306)
+++ branches/branch-3.0/include/FL/Fl_Window.H  2012-03-27 15:02:55 UTC (rev 
9307)
@@ -197,16 +197,6 @@
     ((fltk3::Window*)_p)->show(argc, argv);
   }
 
-//  void fullscreen_x() {
-//    ((fltk3::Window*)_p)->fullscreen_x();
-//  }
-
-//  void fullscreen_off_x() {
-//    ((fltk3::Window*)_p)->fullscreen_off_x();
-//  }
-
-//  void fullscreen_off_x(int X, int Y, int W, int H);
-
   void fullscreen() {
     ((fltk3::Window*)_p)->fullscreen();
   }

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to