Author: AlbrechtS
Date: 2009-04-12 04:32:22 -0700 (Sun, 12 Apr 2009)
New Revision: 6754
Log:
Removed Fl_Clock::update() declaration, because there was no implementation.
There was no documentation for Fl_Clock::update() in FLTK 1.1.

FL/Fl_Clock.H:
  removed Fl_Clock::update() declaration and comments.


Modified:
   branches/branch-1.3/FL/Fl_Clock.H

Modified: branches/branch-1.3/FL/Fl_Clock.H
===================================================================
--- branches/branch-1.3/FL/Fl_Clock.H   2009-04-12 09:40:59 UTC (rev 6753)
+++ branches/branch-1.3/FL/Fl_Clock.H   2009-04-12 11:32:22 UTC (rev 6754)
@@ -122,11 +122,6 @@
 class FL_EXPORT Fl_Clock : public Fl_Clock_Output {
 public:
   int handle(int);
-  /**
-    Undefined.
-    \todo Find Fl_Clock::update() implementation, if any, and document it.
-  */
-  void update();
 
   Fl_Clock(int X, int Y, int W, int H,  const char *L = 0);
   

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

Reply via email to