diff options
Diffstat (limited to 'src/Stitch.H')
-rw-r--r-- | src/Stitch.H | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Stitch.H b/src/Stitch.H index 0632192..1617379 100644 --- a/src/Stitch.H +++ b/src/Stitch.H @@ -18,7 +18,6 @@ class Stitch { private: GipfelWidget *gipf[MAX_PICS]; int num_pics; - OutputImage *single_images[MAX_PICS]; OutputImage *merged_image; public: @@ -30,8 +29,6 @@ class Stitch { OutputImage * set_output(OutputImage *img); - OutputImage * set_output(const char *file, OutputImage *img); - int resample(GipfelWidget::sample_mode_t m, int w, int h, double view_start, double view_end); }; |