From d1d7c5fbd14d895cc3e9994aad6a4a1fe26701b3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 23 May 2010 07:53:09 +0000 Subject: [PATCH] remove some warnings and remove reference to BF_TIFF_LIB in the help message. --- source/blender/makesrna/intern/rna_main_api.c | 8 ++++---- source/creator/creator.c | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/source/blender/makesrna/intern/rna_main_api.c b/source/blender/makesrna/intern/rna_main_api.c index d2acb49bae2..34eef0bb459 100644 --- a/source/blender/makesrna/intern/rna_main_api.c +++ b/source/blender/makesrna/intern/rna_main_api.c @@ -580,14 +580,14 @@ void RNA_def_main_materials(BlenderRNA *brna, PropertyRNA *cprop) void RNA_def_main_node_groups(BlenderRNA *brna, PropertyRNA *cprop) { StructRNA *srna; - FunctionRNA *func; - PropertyRNA *parm; +// FunctionRNA *func; +// PropertyRNA *parm; - static EnumPropertyItem node_nodetree_items[] = { +/* static EnumPropertyItem node_nodetree_items[] = { {0, "SHADER", 0, "Shader", ""}, {1, "COMPOSITE", 0, "Composite", ""}, {2, "TEXTURE", 0, "Texture", ""}, - {0, NULL, 0, NULL, NULL}}; + {0, NULL, 0, NULL, NULL}}; */ RNA_def_property_srna(cprop, "MainNodeTrees"); srna= RNA_def_struct(brna, "MainNodeTrees", NULL); diff --git a/source/creator/creator.c b/source/creator/creator.c index e3475e6ffe4..4ff5dd1c898 100644 --- a/source/creator/creator.c +++ b/source/creator/creator.c @@ -272,7 +272,6 @@ static int print_help(int argc, char **argv, void *data) printf (" $TEMP\t\tStore temporary files here.\n"); #else printf (" $TMP or $TMPDIR\tStore temporary files here.\n"); - printf (" $BF_TIFF_LIB\t\tUse an alternative libtiff.so for loading tiff image files.\n"); #endif #ifndef DISABLE_SDL printf (" $SDL_AUDIODRIVER\tLibSDL audio driver - alsa, esd, alsa, dma.\n");