diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llnameeditor.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/linden/indra/newview/llnameeditor.h b/linden/indra/newview/llnameeditor.h index 1f31f64..3d9a9cc 100644 --- a/linden/indra/newview/llnameeditor.h +++ b/linden/indra/newview/llnameeditor.h | |||
@@ -54,10 +54,7 @@ public: | |||
54 | void (*keystroke_callback)(LLLineEditor* caller, void* user_data) = NULL, | 54 | void (*keystroke_callback)(LLLineEditor* caller, void* user_data) = NULL, |
55 | void (*focus_lost_callback)(LLFocusableElement* caller, void* user_data) = NULL, | 55 | void (*focus_lost_callback)(LLFocusableElement* caller, void* user_data) = NULL, |
56 | void* userdata = NULL, | 56 | void* userdata = NULL, |
57 | LLLinePrevalidateFunc prevalidate_func = NULL, | 57 | LLLinePrevalidateFunc prevalidate_func = NULL); |
58 | LLViewBorder::EBevel border_bevel = LLViewBorder::BEVEL_IN, | ||
59 | LLViewBorder::EStyle border_style = LLViewBorder::STYLE_LINE, | ||
60 | S32 border_thickness = 1); | ||
61 | // By default, follows top and left and is mouse-opaque. | 58 | // By default, follows top and left and is mouse-opaque. |
62 | // If no text, text = name. | 59 | // If no text, text = name. |
63 | // If no font, uses default system font. | 60 | // If no font, uses default system font. |
@@ -74,8 +71,6 @@ public: | |||
74 | static void refreshAll(const LLUUID& id, const char* firstname, | 71 | static void refreshAll(const LLUUID& id, const char* firstname, |
75 | const char* lastname, BOOL is_group); | 72 | const char* lastname, BOOL is_group); |
76 | 73 | ||
77 | virtual EWidgetType getWidgetType() const { return WIDGET_TYPE_NAME_EDITOR; } | ||
78 | virtual LLString getWidgetTag() const { return LL_NAME_EDITOR_TAG; } | ||
79 | 74 | ||
80 | // Take/return agent UUIDs | 75 | // Take/return agent UUIDs |
81 | virtual void setValue( const LLSD& value ); | 76 | virtual void setValue( const LLSD& value ); |