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>2020-12-09 06:15:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-12-09 06:15:24 +0300
commit9c5d67411a8e520fdc6e26d5217316b72e870952 (patch)
tree0d23f2e707adb196444b01c37317fd7ba78c01d9
parent5cdfceaa1a7efb71d528a04a01cb74181f1aa8e4 (diff)
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.
-rw-r--r--source/creator/creator_args.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index c6a1c565350..2651ec2554f 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -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);