neutrino: remove screen type selection for Tripledragon

Origin commit data
------------------
Commit: beb10241ad
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-08-07 (Sat, 07 Aug 2010)
This commit is contained in:
Stefan Seyfried
2010-08-07 22:50:12 +02:00
parent 516c0f1bb3
commit fd6e717769
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