From 3e17f11d6d3726f14d0510bdf8089d2499be0a41 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Sat, 21 Sep 2019 01:37:31 +0100 Subject: [PATCH] options: remove deprecation message about --glx-fshader Signed-off-by: Yuxuan Shui --- src/options.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/options.c b/src/options.c index 74556fb..5d62345 100644 --- a/src/options.c +++ b/src/options.c @@ -770,9 +770,6 @@ void get_cfg(options_t *opt, int argc, char *const *argv, bool shadow_enable, P_CASEBOOL(316, force_win_blend); case 317: opt->glx_fshader_win_str = strdup(optarg); - log_warn("--glx-fshader-win is being deprecated, and might be " - "removed in the future. If you really need this " - "feature, please report an issue to let us know"); break; case 321: { enum log_level tmp_level = string_to_log_level(optarg);