1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 21:53:51 +00:00

Commented out "proxy selection test" demo page in user settings

This commit is contained in:
graffy76 2014-05-03 19:36:52 -05:00
parent 35d1502308
commit c4a9c18045

View file

@ -127,7 +127,7 @@ void CSMSettings::UserSettings::buildSettingModelDefaults()
* proxy slave settings, but must match any declared values the proxy
* slave has, if any.
*******************************************************************/
/*
//create setting objects, specifying the basic widget type,
//the page name, and the view name
@ -240,7 +240,7 @@ void CSMSettings::UserSettings::buildSettingModelDefaults()
slaveDoubleSpinbox->setDefaultValue ("0.51");
slaveDoubleSpinbox->setSingleStep(0.17);
slaveDoubleSpinbox->setMaximum(4.0);
}
}*/
}
CSMSettings::UserSettings::~UserSettings()