summaryrefslogtreecommitdiff
path: root/src/GipfelWidget.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-04-30 07:42:47 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-04-30 07:42:47 +0000
commitf02ac0ab241071da1062b996499e52cccea46f80 (patch)
tree851e8e35773827b24ec5182b829927582701be6b /src/GipfelWidget.H
parent89f0409c69a69132ecc581451c9c0d750e0a4bc7 (diff)
make newton a function.
make newton a function.
Diffstat (limited to 'src/GipfelWidget.H')
-rw-r--r--src/GipfelWidget.H4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/GipfelWidget.H b/src/GipfelWidget.H
index 698887f..41c7ce6 100644
--- a/src/GipfelWidget.H
+++ b/src/GipfelWidget.H
@@ -1,5 +1,5 @@
//
-// "$Id: GipfelWidget.H,v 1.10 2005/04/30 07:58:19 hofmann Exp $"
+// "$Id: GipfelWidget.H,v 1.11 2005/04/30 09:42:47 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -62,8 +62,6 @@ class GipfelWidget : public Fl_Widget {
int comp_params();
- int newton();
-
void draw();
};
#endif