Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-05-23 11:53:09 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-05-23 11:53:09 +0400
commitd1d7c5fbd14d895cc3e9994aad6a4a1fe26701b3 (patch)
tree900ddf6a1867c42d5cf8f1a4966dd2cff8755901 /source/creator/creator.c
parentc9d4672edcf925a48eeea7f9533c40695a7d10d8 (diff)
remove some warnings and remove reference to BF_TIFF_LIB in the help message.
Diffstat (limited to 'source/creator/creator.c')
-rw-r--r--source/creator/creator.c1
1 files changed, 0 insertions, 1 deletions
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");