summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-09-10 17:49:06 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-09-10 17:49:06 +0200
commitd101aa9c782c5460880f774e8e2df6005564d0cd (patch)
tree78c546563ca8641e14fae5f6d4bb37728be50583
parent35654f62fe19b69225be9bcfc6763f255b411027 (diff)
fix sizerel_0_0_2
-rw-r--r--src/pnmcurvedit.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pnmcurvedit.cxx b/src/pnmcurvedit.cxx
index c04979c..c4918e2 100644
--- a/src/pnmcurvedit.cxx
+++ b/src/pnmcurvedit.cxx
@@ -67,7 +67,6 @@ main(int argc, char **argv) {
Fl_Double_Window window(300, 300, "pnmcurvedit");
ce = new CurveEditor(0, 0, 300, 300);
ce->callback(editor_cb, NULL);
- window.resizable(ce);
window.show(argc, argv);
Fl::add_fd(0, FL_READ, stdin_cb);