summaryrefslogtreecommitdiff
path: root/FL/Fl_Clock.H
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2009-04-12 11:32:22 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2009-04-12 11:32:22 +0000
commitfcfe41ee0566038fcc6c690569b4d04469f43b06 (patch)
tree725cb3d8870a446f0ee6623dc5245901c992822b /FL/Fl_Clock.H
parentd0561193107497f46812e8d8d88ed867eca1136e (diff)
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. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6754 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Clock.H')
-rw-r--r--FL/Fl_Clock.H5
1 files changed, 0 insertions, 5 deletions
diff --git a/FL/Fl_Clock.H b/FL/Fl_Clock.H
index e15ce3412..a6b6a4e88 100644
--- a/FL/Fl_Clock.H
+++ b/FL/Fl_Clock.H
@@ -122,11 +122,6 @@ public:
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);