From: Jaroslav Kysela Date: Fri, 6 Apr 2018 11:53:54 +0000 (+0200) Subject: main: remove --tsdebug option X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8bdc0aa93aef9f6f58de6a246ca9e1c37f424a1f;p=thirdparty%2Ftvheadend.git main: remove --tsdebug option --- diff --git a/src/main.c b/src/main.c index 73d32b41c..2cb16a190 100644 --- a/src/main.c +++ b/src/main.c @@ -146,7 +146,6 @@ int tvheadend_webui_port; int tvheadend_webui_debug; int tvheadend_htsp_port; int tvheadend_htsp_port_extra; -const char *tvheadend_tsdebug; const char *tvheadend_cwd0; const char *tvheadend_cwd; const char *tvheadend_webroot; @@ -910,9 +909,6 @@ main(int argc, char **argv) { 0, "tsfile_tuners", N_("Number of tsfile tuners"), OPT_INT, &opt_tsfile_tuner }, { 0, "tsfile", N_("tsfile input (mux file)"), OPT_STR_LIST, &opt_tsfile }, #endif -#if ENABLE_TSDEBUG - { 0, "tsdebug", N_("Output directory for tsdebug"), OPT_STR, &tvheadend_tsdebug }, -#endif };