diff options
Diffstat (limited to 'src/gipfel.cxx')
-rw-r--r-- | src/gipfel.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gipfel.cxx b/src/gipfel.cxx index 195e288..df75f05 100644 --- a/src/gipfel.cxx +++ b/src/gipfel.cxx @@ -401,8 +401,6 @@ create_control_window() { i_distortion_x0->when(FL_WHEN_ENTER_KEY); i_distortion_x0->callback((Fl_Callback*)distortion_cb); - - // Buttons Fl_Button *b = new Fl_Button(280, 280, 100, 20, "comp"); b->color(FL_RED); |