diff options
-rw-r--r-- | src/TIFFOutputImage.cxx | 2 | ||||
-rw-r--r-- | src/gipfel.cxx | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/TIFFOutputImage.cxx b/src/TIFFOutputImage.cxx index 38dfd5b..2b0a30d 100644 --- a/src/TIFFOutputImage.cxx +++ b/src/TIFFOutputImage.cxx @@ -40,7 +40,7 @@ TIFFOutputImage::init_internal() { if (tiff) TIFFClose(tiff); - if((tiff = TIFFOpen(file, "w")) == NULL){ + if ((tiff = TIFFOpen(file, "w")) == NULL){ fprintf(stderr, "can't open %s\n", file); return 1; } 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); |