wlfPanel cleanup and simplification

This commit is contained in:
Inusaito Sayori
2014-11-10 18:25:31 -05:00
parent e3d45d99da
commit 37412c8dd2
4 changed files with 27 additions and 38 deletions

View File

@@ -45,9 +45,9 @@ class LLSliderCtrl;
class wlfPanel_AdvSettings : public LLPanel, public LLSingleton<wlfPanel_AdvSettings>
{
public:
wlfPanel_AdvSettings ();
wlfPanel_AdvSettings();
~wlfPanel_AdvSettings ();
~wlfPanel_AdvSettings();
BOOL postBuild();
void draw();
@@ -56,7 +56,7 @@ public:
static void updateClass();
static void onClickExpandBtn(void* user_data);
void onClickExpandBtn();
void onChangeCameraPreset(LLUICtrl* ctrl, const LLSD& param);
void onChangeWWPresetName(const LLSD& value);
void onChangeWLPresetName(const LLSD& value);