From 18b00890d8adac9955a1564fda38698523a6fd83 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 22 Jun 2015 12:48:08 +0300 Subject: [PATCH] Remove deprecated preferences --- src/PVGUI/PVGUI_Module.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/PVGUI/PVGUI_Module.cxx b/src/PVGUI/PVGUI_Module.cxx index 5439ff1c..42cad016 100644 --- a/src/PVGUI/PVGUI_Module.cxx +++ b/src/PVGUI/PVGUI_Module.cxx @@ -893,6 +893,7 @@ void PVGUI_Module::createPreferences() addPreference( tr( "PREF_NO_EXT_PVSERVER" ), aParaVisSettingsTab, LightApp_Preferences::Bool, PARAVIS_MODULE_NAME, "no_ext_pv_server" ); + /* VSR: not used int aSaveType = addPreference( tr( "PREF_SAVE_TYPE_LBL" ), aParaVisSettingsTab, LightApp_Preferences::Selector, PARAVIS_MODULE_NAME, "savestate_type" ); @@ -903,6 +904,7 @@ void PVGUI_Module::createPreferences() aStrings << tr("PREF_SAVE_TYPE_0") << tr("PREF_SAVE_TYPE_1") << tr("PREF_SAVE_TYPE_2"); setPreferenceProperty( aSaveType, "strings", aStrings ); setPreferenceProperty( aSaveType, "indexes", aIndices ); + */ // ... "Language" group <> int traceGroup = addPreference( tr( "PREF_GROUP_TRACE" ), aParaVisSettingsTab ); -- 2.39.2