summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Stitch.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Stitch.cxx b/src/Stitch.cxx
index afd07fe..e4f3d60 100644
--- a/src/Stitch.cxx
+++ b/src/Stitch.cxx
@@ -42,7 +42,6 @@ Stitch::~Stitch() {
}
}
-
int
Stitch::load_image(char *file) {
for (int i=0; i<MAX_PICS; i++) {
@@ -155,4 +154,3 @@ Stitch::resample(GipfelWidget::sample_mode_t m,
return 0;
}
-