diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-01-30 21:08:13 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-01-30 21:08:13 +0100 |
commit | d1f9e42977d41f98a5bc800d9525ef919ab9484e (patch) | |
tree | 7f6228f9f776f7749371cb3699ae83fe9295d1f4 /src | |
parent | 1c804b6feb7172d832698f0b75c1b28296acecd4 (diff) |
whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/Stitch.cxx | 2 |
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; } - |