summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpreference.cpp
diff options
context:
space:
mode:
authorprep linden <prep@lindenlab.com>2010-11-18 16:22:25 -0500
committerprep linden <prep@lindenlab.com>2010-11-18 16:22:25 -0500
commit00700bd44d9f59c73d1b67a606bbbac4bc994f47 (patch)
treee5bc4b4f9e7ad7d5b412d9a8712854423c8629cf /indra/newview/llfloaterpreference.cpp
parentf8182738cc6f211fd028fef94f10e9e467d907d7 (diff)
misc cleanup
Diffstat (limited to 'indra/newview/llfloaterpreference.cpp')
-rw-r--r--indra/newview/llfloaterpreference.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp
index 541316efb3..6ee2e031fd 100644
--- a/indra/newview/llfloaterpreference.cpp
+++ b/indra/newview/llfloaterpreference.cpp
@@ -307,13 +307,13 @@ LLFloaterPreference::LLFloaterPreference(const LLSD& key)
mCommitCallbackRegistrar.add("Pref.BlockList", boost::bind(&LLFloaterPreference::onClickBlockList, this));
sSkin = gSavedSettings.getString("SkinCurrent");
- //prep
+
LLAvatarPropertiesProcessor::getInstance()->addObserver( gAgent.getID(), this );
LLAvatarPropertiesProcessor::getInstance()->sendAvatarPropertiesRequest( gAgent.getID() );
}
-//prep
+
void LLFloaterPreference::processProperties( void* pData, EAvatarProcessorType type )
{
if ( APT_PROPERTIES == type )
@@ -493,7 +493,6 @@ void LLFloaterPreference::apply()
}
}
- //prep
saveAvatarProperties();
}