i18n: fixed building with player
This commit is contained in:
@@ -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:
|
||||||
|
@@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user