diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-06-07 13:52:15 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-06-07 13:52:15 +0200 |
commit | 3847fed3a48346781002e0f8756f8605234fc477 (patch) | |
tree | c98740eaef1e30edd8cd47c006689f464a88973a /src | |
parent | 1b9c48b995fbe97f75f0c458515334f4f3c9b2a8 (diff) |
remove unused GipfelWidget::SampleMode
Diffstat (limited to 'src')
-rw-r--r-- | src/GipfelWidget.H | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/GipfelWidget.H b/src/GipfelWidget.H index 90f5ef5..b2af2e7 100644 --- a/src/GipfelWidget.H +++ b/src/GipfelWidget.H @@ -42,11 +42,6 @@ class GipfelWidget : public Fl_Group { static void toggle_hidden_cb(Fl_Widget *o, void *f); public: - typedef enum { - NEAREST = 0, - BICUBIC = 1 - } sample_mode_t; - GipfelWidget(int X,int Y,int W, int H); int load_image(char *file); |