Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-04-29 21:04:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-04-29 21:10:34 +0300
commitac163447f86f95ec6136991d7df3aaaefdd55fae (patch)
tree883c34732ccd29fd9ade99aa98bca6d5fb43d966 /intern/ghost
parent461604c0d5ea58bb44a2fac0a3637f5b959aac26 (diff)
Cleanup: warnings. spelling
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_TimerManager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_TimerManager.cpp b/intern/ghost/intern/GHOST_TimerManager.cpp
index 8cba0608f2b..f6ec9d3febe 100644
--- a/intern/ghost/intern/GHOST_TimerManager.cpp
+++ b/intern/ghost/intern/GHOST_TimerManager.cpp
@@ -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 {