]> git.mxchange.org Git - flightgear.git/commitdiff
remove redundant check
authormfranz <mfranz>
Wed, 4 May 2005 21:31:16 +0000 (21:31 +0000)
committermfranz <mfranz>
Wed, 4 May 2005 21:31:16 +0000 (21:31 +0000)
src/Main/bootstrap.cxx

index f3e3daecad7954bd831dbc2c6c8cc5e9450b7cc4..efedf8657289e4d8794409139c8b788b79718318 100644 (file)
@@ -212,7 +212,6 @@ void fgExitCleanup() {
     if (_bootstrap_OSInit != 0)
         fgSetMouseCursor(MOUSE_CURSOR_POINTER);
 
-    if (globals)
-        delete globals;
+    delete globals;
 }