neutrino: remove screen type selection for Tripledragon

Origin commit data
------------------
Branch: ni/coolstream
Commit: beb10241ad
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-07 (Sat, 07 Aug 2010)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2010-08-07 22:50:12 +02:00
parent 35e3d88c1f
commit 207948b1bd
2 changed files with 15 additions and 2 deletions

View File

@@ -56,6 +56,7 @@
#include <driver/volume.h>
#include <system/debug.h>
#include "cs_api.h"
static CTimingSettingsNotifier timingsettingsnotifier;
@@ -428,7 +429,8 @@ int COsdSetup::showOsdSetup()
//monitor
//CScreenPresetNotifier * presetNotify = new CScreenPresetNotifier();
//osd_menu->addItem(new CMenuOptionChooser(LOCALE_COLORMENU_OSD_PRESET, &g_settings.screen_preset, OSD_PRESET_OPTIONS, OSD_PRESET_OPTIONS_COUNT, true, presetNotify));
osd_menu->addItem(new CMenuOptionChooser(LOCALE_COLORMENU_OSD_PRESET, &g_settings.screen_preset, OSD_PRESET_OPTIONS, OSD_PRESET_OPTIONS_COUNT, true, this));
if (cs_get_revision() != 1) /* 1 == Tripledragon */
osd_menu->addItem(new CMenuOptionChooser(LOCALE_COLORMENU_OSD_PRESET, &g_settings.screen_preset, OSD_PRESET_OPTIONS, OSD_PRESET_OPTIONS_COUNT, true, this));
osd_menu->addItem(GenericMenuSeparatorLine);
//options