summaryrefslogtreecommitdiff
path: root/src/Stitch.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/Stitch.H')
-rw-r--r--src/Stitch.H5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Stitch.H b/src/Stitch.H
index 4a92091..20087ab 100644
--- a/src/Stitch.H
+++ b/src/Stitch.H
@@ -12,8 +12,6 @@
#define MAX_PICS 256
-
-
class Stitch {
private:
GipfelWidget *gipf[MAX_PICS];
@@ -22,13 +20,10 @@ class Stitch {
public:
Stitch();
-
~Stitch();
int load_image(char *file);
-
OutputImage * set_output(OutputImage *img);
-
int resample(GipfelWidget::sample_mode_t m,
int w, int h, double view_start, double view_end);
};