]> git.mxchange.org Git - flightgear.git/commitdiff
Removed an unneeded exit()
authorcurt <curt>
Wed, 28 Mar 2001 14:38:55 +0000 (14:38 +0000)
committercurt <curt>
Wed, 28 Mar 2001 14:38:55 +0000 (14:38 +0000)
src/Main/viewer.cxx

index 04f326d7c81dd3ec39048bfbfff66602f251ddd6..0702287898da289a137b9ffe247d04df2ade2dfc 100644 (file)
@@ -43,7 +43,6 @@ fov(55.0)
 // Update the view parameters
 void FGViewer::update() {
     SG_LOG( SG_VIEW, SG_ALERT, "Shouldn't ever see this" );
-    exit(-1);
 }