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:
authorDiego Borghetti <bdiego@gmail.com>2009-04-01 01:19:23 +0400
committerDiego Borghetti <bdiego@gmail.com>2009-04-01 01:19:23 +0400
commit4861ddf350e776c09f319d6db7fb96634d952da6 (patch)
tree08ff5cfd64ac3b53bc7cc5633c7ba7999093c64c /source/blender/windowmanager/intern/wm_init_exit.c
parent466628778c1b350ad53e6b8d9c31e90e944fbfb5 (diff)
Small cleanup, all this options are now in the User Preferences, RNA.
Diffstat (limited to 'source/blender/windowmanager/intern/wm_init_exit.c')
-rw-r--r--source/blender/windowmanager/intern/wm_init_exit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_init_exit.c b/source/blender/windowmanager/intern/wm_init_exit.c
index a0d170cc0f0..990a862a102 100644
--- a/source/blender/windowmanager/intern/wm_init_exit.c
+++ b/source/blender/windowmanager/intern/wm_init_exit.c
@@ -234,7 +234,6 @@ void WM_exit(bContext *C)
// fsmenu_free();
BLF_exit();
- BLF_lang_exit();
RE_FreeAllRender();