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-01-29 06:31:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-01-29 07:12:57 +0300
commitcd6178e5849586f791bd94e51d0e9272cd3da1ad (patch)
tree5fa328526736db618a36dc770c75fb311ce92f3e /source/blender/windowmanager/intern/wm_playanim.c
parente2161ca854da03bae8c17c7cfac6dbcd9d62f33b (diff)
Cleanup: remove unused code
Diffstat (limited to 'source/blender/windowmanager/intern/wm_playanim.c')
-rw-r--r--source/blender/windowmanager/intern/wm_playanim.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/source/blender/windowmanager/intern/wm_playanim.c b/source/blender/windowmanager/intern/wm_playanim.c
index eadb87518c0..675958cf0a3 100644
--- a/source/blender/windowmanager/intern/wm_playanim.c
+++ b/source/blender/windowmanager/intern/wm_playanim.c
@@ -1238,12 +1238,6 @@ static char *wm_main_playanim_intern(int argc, const char **argv)
exit(1);
}
-#if 0 //XXX25
-#if !defined(WIN32) && !defined(__APPLE__)
- if (fork()) exit(0);
-#endif
-#endif //XXX25
-
{
GHOST_EventConsumerHandle consumer = GHOST_CreateEventConsumer(ghost_event_proc, &ps);
@@ -1528,15 +1522,11 @@ static char *wm_main_playanim_intern(int argc, const char **argv)
AUD_Sound_free(source);
source = NULL;
#endif
-
-#if 0 // XXX25
- free_blender();
-#else
/* we still miss freeing a lot!,
* but many areas could skip initialization too for anim play */
BLF_exit();
-#endif
+
GHOST_DisposeWindow(g_WS.ghost_system, g_WS.ghost_window);
/* early exit, IMB and BKE should be exited only in end */