creator: remove reference to SDL_AUDIODRIVER from --help text

This was added when Linux's audio support
often needed to be manually configured.

Further 3rd party libraries have their own environment variables & docs
these need not be part of Blender's help message unless they're likely
to be needed to properly run Blender.
This commit is contained in:
Campbell Barton 2020-12-09 14:15:24 +11:00
parent 5cdfceaa1a
commit 9c5d67411a
1 changed files with 0 additions and 3 deletions

View File

@ -667,9 +667,6 @@ static int arg_handle_print_help(int UNUSED(argc), const char **UNUSED(argv), vo
# else
printf(" $TMP or $TMPDIR Store temporary files here.\n");
# endif
# ifdef WITH_SDL
printf(" $SDL_AUDIODRIVER LibSDL audio driver - alsa, esd, dma.\n");
# endif
exit(0);