Fixed Pie Menu XML spam on startup.

master
ziree 2011-09-16 14:07:34 +02:00
parent 443dc03003
commit 1ffae62b52
2 changed files with 1 additions and 3 deletions

View File

@ -39,6 +39,6 @@ PieSeparator::PieSeparator(const PieSeparator::Params& p) :
// pick up parameters from the XUI definition
PieSeparator::Params::Params()
: name("name","")
{
name="pie_separator";
}

View File

@ -38,8 +38,6 @@ class PieSeparator : public LLUICtrl
// parameter block for the XUI factory
struct Params : public LLInitParam::Block<Params, LLUICtrl::Params>
{
Optional<std::string> name;
Params();
};