remove the last redundant "delete" check in all of fgfs/sg (except JSBSim)

This commit is contained in:
mfranz
2006-07-05 09:31:36 +00:00
parent 7d2134c488
commit a0412d026c

View File

@@ -102,8 +102,7 @@ SGBbCache::SGBbCache(void) :
}
SGBbCache::~SGBbCache(void) {
if(rt)
delete rt;
delete rt;
freeTextureMemory();
}