Cleanup: warnings. spelling

This commit is contained in:
Campbell Barton
2016-04-30 04:04:18 +10:00
parent 461604c0d5
commit ac163447f8
11 changed files with 18 additions and 20 deletions

View File

@@ -90,7 +90,6 @@ GHOST_TSuccess GHOST_TimerManager::removeTimer(GHOST_TimerTask *timer)
// Remove the timer task
m_timers.erase(iter);
delete timer;
timer = NULL;
success = GHOST_kSuccess;
}
else {