summaryrefslogtreecommitdiff
path: root/src/Stitch.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-01-30 20:31:12 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-01-30 20:31:12 +0100
commit8633dd74aa6907dd6bf864170bb601f9af6d5eae (patch)
tree20588c9313ae94d0d6dfa96c8a7186476784bbc7 /src/Stitch.cxx
parent1c1ab90618ece5e20964edbce01a017b26a21548 (diff)
-Wall fixes
Diffstat (limited to 'src/Stitch.cxx')
-rw-r--r--src/Stitch.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Stitch.cxx b/src/Stitch.cxx
index ae06cde..afd07fe 100644
--- a/src/Stitch.cxx
+++ b/src/Stitch.cxx
@@ -111,7 +111,6 @@ Stitch::resample(GipfelWidget::sample_mode_t m,
for (int y = 0; y < h; y++) {
double a_nick = atan((double)(y_off - y)/radius);
- double a_max = 0.0;
for (int x = 0; x < w; x++) {
double a_view;