summaryrefslogtreecommitdiff
path: root/indra/llui/llfiltereditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llfiltereditor.h')
-rw-r--r--indra/llui/llfiltereditor.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/indra/llui/llfiltereditor.h b/indra/llui/llfiltereditor.h
index 710699fdc1..3a05bc05a1 100644
--- a/indra/llui/llfiltereditor.h
+++ b/indra/llui/llfiltereditor.h
@@ -42,12 +42,7 @@ class LLFilterEditor : public LLSearchEditor
{
public:
struct Params : public LLInitParam::Block<Params, LLSearchEditor::Params>
- {
- Params()
- {
- name = "filter_editor";
- }
- };
+ {};
protected:
LLFilterEditor(const Params&);