1
0
Fork 0

remove redundant check

This commit is contained in:
mfranz 2005-05-04 21:31:16 +00:00
parent 99f4b7e66e
commit 608e56bfb4

View file

@ -212,7 +212,6 @@ void fgExitCleanup() {
if (_bootstrap_OSInit != 0)
fgSetMouseCursor(MOUSE_CURSOR_POINTER);
if (globals)
delete globals;
delete globals;
}