Revert "Recording Menu: Add option "Always show timer pick list""

This reverts commit 5b4e8952fa.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 226ec2c57d
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-14 (Mon, 14 Nov 2016)



------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-11-14 23:05:36 +01:00
parent 9cab869e17
commit ff9095e66b
8 changed files with 3 additions and 19 deletions

View File

@@ -266,11 +266,6 @@ int CRecordSetup::showRecordSetup()
cover->setHint("", LOCALE_MENU_HINT_RECORD_AUTO_COVER);
recordingSettings->addItem(cover);
//NI configure timer events in followcreening
CMenuOptionChooser* tevents = new CMenuOptionChooser(LOCALE_RECORDINGMENU_TEVENTS, &g_settings.recording_tevents, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true);
tevents->setHint("", LOCALE_MENU_HINT_RECORD_TEVENTS);
recordingSettings->addItem(tevents);
recordingSettings->addItem(GenericMenuSeparatorLine);
if (!g_settings.easymenu) {