summaryrefslogtreecommitdiff
path: root/src/Stitch.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-03-18 12:21:29 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-03-18 12:21:29 +0100
commitad1abce7a41bdb5f6d2005ac63f6e8b5599ec244 (patch)
treebfbe96a73b9912b6075518ef9d36d65180cb1d5d /src/Stitch.H
parente7eae5d58bff3d3339ce7ffcec59570590830fb9 (diff)
remove color adjust stuff
Diffstat (limited to 'src/Stitch.H')
-rw-r--r--src/Stitch.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Stitch.H b/src/Stitch.H
index b5fb6fd..7a47cf6 100644
--- a/src/Stitch.H
+++ b/src/Stitch.H
@@ -18,7 +18,6 @@ class Stitch {
private:
GipfelWidget *gipf[MAX_PICS];
int num_pics;
- double color_adjust[MAX_PICS][3];
double V1, V2;
OutputImage *single_images[MAX_PICS];
OutputImage *merged_image;