From 9c5d67411a8e520fdc6e26d5217316b72e870952 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 9 Dec 2020 14:15:24 +1100 Subject: 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. --- source/creator/creator_args.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source') 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); -- cgit v1.2.3