[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40347] branches/soc-2011-garlic/source: i18n: fixed building with player

Sergey Sharybin g.ulairi at gmail.com
Mon Sep 19 13:40:16 CEST 2011


Revision: 40347
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40347
Author:   nazgul
Date:     2011-09-19 11:40:15 +0000 (Mon, 19 Sep 2011)
Log Message:
-----------
i18n: fixed building with player

Modified Paths:
--------------
    branches/soc-2011-garlic/source/blender/makesrna/RNA_access.h
    branches/soc-2011-garlic/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp

Modified: branches/soc-2011-garlic/source/blender/makesrna/RNA_access.h
===================================================================
--- branches/soc-2011-garlic/source/blender/makesrna/RNA_access.h	2011-09-19 10:48:15 UTC (rev 40346)
+++ branches/soc-2011-garlic/source/blender/makesrna/RNA_access.h	2011-09-19 11:40:15 UTC (rev 40347)
@@ -590,9 +590,6 @@
 /* make every name and description field surrounded by gettext */
 EnumPropertyItem* RNA_enum_items_gettexted(EnumPropertyItem *item);
 
-/* make all types gettexted */
-void RNA_types_init_gettext(void);
-
 /* Pointer
  *
  * These functions will fill in RNA pointers, this can be done in three ways:

Modified: branches/soc-2011-garlic/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
===================================================================
--- branches/soc-2011-garlic/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp	2011-09-19 10:48:15 UTC (rev 40346)
+++ branches/soc-2011-garlic/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp	2011-09-19 11:40:15 UTC (rev 40347)
@@ -413,7 +413,6 @@
 	BLF_lang_set("");
 
 	RNA_init();
-	RNA_types_init_gettext();
 
 	init_nodesystem();
 	




More information about the Bf-blender-cvs mailing list