From efaaa4afd39d20af03ac579e9654b6d92f21b203 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Thu, 26 Feb 2009 16:59:22 +0100 Subject: remove center popup menu --- src/GipfelWidget.H | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/GipfelWidget.H') diff --git a/src/GipfelWidget.H b/src/GipfelWidget.H index 3158a11..532d395 100644 --- a/src/GipfelWidget.H +++ b/src/GipfelWidget.H @@ -8,7 +8,6 @@ #define GipfelWidget_H #include -#include #include "Panorama.H" #include "ImageMetaData.H" @@ -19,7 +18,6 @@ class GipfelWidget : public Fl_Group { Hills *track_points; Hills *known_hills; Panorama *pan; - Fl_Menu_Button *mb; char *img_file; double track_width; int have_gipfel_info; @@ -47,8 +45,6 @@ class GipfelWidget : public Fl_Group { static int get_pixel(Fl_Image *img, int x, int y, int *r, int *g, int *b); - static void center_cb(Fl_Widget *o, void *f); - public: typedef enum { NEAREST = 0, -- cgit v1.2.3