From f02ac0ab241071da1062b996499e52cccea46f80 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sat, 30 Apr 2005 07:42:47 +0000 Subject: make newton a function. make newton a function. --- src/gipfel.cxx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/gipfel.cxx') diff --git a/src/gipfel.cxx b/src/gipfel.cxx index 536a5d4..f3dc20d 100644 --- a/src/gipfel.cxx +++ b/src/gipfel.cxx @@ -1,5 +1,5 @@ // -// "$Id: gipfel.cxx,v 1.13 2005/04/30 07:58:19 hofmann Exp $" +// "$Id: gipfel.cxx,v 1.14 2005/04/30 09:42:47 hofmann Exp $" // // flpsed program. // @@ -90,12 +90,6 @@ void comp_cb(Fl_Widget *, void *) { } } -void newton_cb(Fl_Widget *, void *) { - if (gipf) { - gipf->newton(); - } -} - void about_cb() { fl_message("flpsed -- a pseudo PostScript editor\n" "(c) Johannes Hofmann 2004, 2005\n\n" @@ -213,11 +207,6 @@ int main(int argc, char** argv) { t->align(FL_ALIGN_LEFT); Fl_Button *b = new Fl_Button(200, 60, 20, 15, "comp"); b->callback(comp_cb); - Fl_Button *b1 = new Fl_Button(250, 60, 20, 15, "opt"); - b1->callback(newton_cb); - - - scroll = new Fl_Scroll(0, 75, win->w(), win->h()-75); -- cgit v1.2.3