i18n: fixed building with player

This commit is contained in:
Sergey Sharybin
2011-09-19 11:40:15 +00:00
parent 1c0bdad835
commit 0a12dd452f
2 changed files with 0 additions and 4 deletions

View File

@@ -590,9 +590,6 @@ extern StructRNA RNA_XorController;
/* make every name and description field surrounded by gettext */ /* make every name and description field surrounded by gettext */
EnumPropertyItem* RNA_enum_items_gettexted(EnumPropertyItem *item); EnumPropertyItem* RNA_enum_items_gettexted(EnumPropertyItem *item);
/* make all types gettexted */
void RNA_types_init_gettext(void);
/* Pointer /* Pointer
* *
* These functions will fill in RNA pointers, this can be done in three ways: * These functions will fill in RNA pointers, this can be done in three ways:

View File

@@ -413,7 +413,6 @@ int main(int argc, char** argv)
BLF_lang_set(""); BLF_lang_set("");
RNA_init(); RNA_init();
RNA_types_init_gettext();
init_nodesystem(); init_nodesystem();