]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
main: remove --tsdebug option
authorJaroslav Kysela <perex@perex.cz>
Fri, 6 Apr 2018 11:53:54 +0000 (13:53 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sun, 8 Apr 2018 09:49:32 +0000 (11:49 +0200)
src/main.c

index 73d32b41c0a201ebdea063b9d6fee24f488b1836..2cb16a190bb502a68f4885c29ad3a44d918f6e95 100644 (file)
@@ -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
 
   };