summaryrefslogtreecommitdiff
path: root/src/Stitch.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-26 20:22:36 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-26 20:22:36 +0100
commit3d4e62d3c9781649ef5ea01825fd5c686e63379c (patch)
treed1b2c148f480d0104c056781c49b234ff547e14e /src/Stitch.H
parenteb72978eb28008f677145dbeb1b3090ed47a5b19 (diff)
style
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);
};