- strip g_settings.recording_type from unused stuff

Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	data/locale/slovak.locale
	src/system/locals.h
	src/system/locals_intern.h

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-04-27 22:17:42 +02:00
committed by Thilo Graf
parent 1343c26d5e
commit 74ee83bd4f
12 changed files with 49 additions and 70 deletions

View File

@@ -1234,11 +1234,6 @@ struct SglobalInfo
hw_caps_t *hw_caps;
};
const int RECORDING_OFF = 0;
const int RECORDING_SERVER = 1;
const int RECORDING_VCR = 2;
const int RECORDING_FILE = 3;
const int PARENTALLOCK_PROMPT_NEVER = 0;
const int PARENTALLOCK_PROMPT_ONSTART = 1;
const int PARENTALLOCK_PROMPT_CHANGETOLOCKED = 2;