remove some warnings and remove reference to BF_TIFF_LIB in the help message.

This commit is contained in:
Campbell Barton 2010-05-23 07:53:09 +00:00
parent c9d4672edc
commit d1d7c5fbd1
2 changed files with 4 additions and 5 deletions

@ -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);

@ -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");