Fixed Pie Menu XML spam on startup.
parent
443dc03003
commit
1ffae62b52
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue