summaryrefslogtreecommitdiff
path: root/src/Stitch.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-07 18:47:41 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-07 18:47:41 +0100
commita0c541f8245a58ee5cc5192e419d98a942ecdfb9 (patch)
treef18aabe972ca2a9f9307716289d1108f789263aa /src/Stitch.cxx
parentec30dd0c55012c656b3ff419b4b098519955ad9a (diff)
move fix for Stitch problem to GipfelWidget constructor
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 b127de4..e69a28e 100644
--- a/src/Stitch.cxx
+++ b/src/Stitch.cxx
@@ -43,7 +43,6 @@ Stitch::load_image(char *file) {
for (int i=0; i<MAX_PICS; i++) {
if (gipf[i] == NULL) {
gipf[i] = new GipfelWidget(0, 0, 800, 600);
- gipf[i]->end();
if (gipf[i]->load_image(file) != 0) {
delete gipf[i];
gipf[i] = NULL;