summaryrefslogtreecommitdiff
path: root/src/gipfel.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-04-13 16:07:16 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-04-13 16:07:16 +0000
commit9002a841a37a4dc4acd1c55e56a5e778156a5622 (patch)
treec62b5e2f429809db43ed26d2d1bab30c1d540496 /src/gipfel.cxx
parent42f03528da65b939579b25cbb8618d190b96dd9c (diff)
initial version
initial version
Diffstat (limited to 'src/gipfel.cxx')
-rw-r--r--src/gipfel.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gipfel.cxx b/src/gipfel.cxx
index e72703d..e71d34f 100644
--- a/src/gipfel.cxx
+++ b/src/gipfel.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: gipfel.cxx,v 1.2 2005/04/13 15:36:36 hofmann Exp $"
+// "$Id: gipfel.cxx,v 1.3 2005/04/13 18:07:16 hofmann Exp $"
//
// flpsed program.
//
@@ -136,7 +136,6 @@ int main(int argc, char** argv) {
win->end();
win->show(1, argv);
- gipf->redraw_overlay();
return Fl::run();
}