Skip to content
Snippets Groups Projects
Commit 68af6dd1 authored by Lyndon Brown's avatar Lyndon Brown
Browse files

core: obsolete now unused --input-timeshift-path

parent a25ab5e2
No related branches found
No related tags found
1 merge request!4test mkstemp with CI
......@@ -713,10 +713,6 @@ static const char *const ppsz_prefres[] = {
"When possible, the input stream will be recorded instead of using " \
"the stream output module" )
#define INPUT_TIMESHIFT_PATH_TEXT N_("Timeshift directory")
#define INPUT_TIMESHIFT_PATH_LONGTEXT N_( \
"Directory used to store the timeshift temporary files." )
#define INPUT_TIMESHIFT_GRANULARITY_TEXT N_("Timeshift granularity")
#define INPUT_TIMESHIFT_GRANULARITY_LONGTEXT N_( \
"This is the maximum size in bytes of the temporary files " \
......@@ -2002,8 +1998,7 @@ vlc_module_begin ()
add_bool( "input-record-native", true, INPUT_RECORD_NATIVE_TEXT,
INPUT_RECORD_NATIVE_LONGTEXT, true )
add_directory("input-timeshift-path", NULL,
INPUT_TIMESHIFT_PATH_TEXT, INPUT_TIMESHIFT_PATH_LONGTEXT)
add_obsolete_string("input-timeshift-path") /* since 4.0.0 */
add_integer( "input-timeshift-granularity", -1, INPUT_TIMESHIFT_GRANULARITY_TEXT,
INPUT_TIMESHIFT_GRANULARITY_LONGTEXT, true )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment