From: vsr Date: Mon, 22 Jun 2015 09:48:08 +0000 (+0300) Subject: Remove deprecated preferences X-Git-Tag: V7_7_0a1~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=18b00890d8adac9955a1564fda38698523a6fd83;p=modules%2Fparavis.git Remove deprecated preferences --- 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 );