summaryrefslogtreecommitdiff
path: root/indra/newview/llnameeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llnameeditor.h')
-rw-r--r--indra/newview/llnameeditor.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/indra/newview/llnameeditor.h b/indra/newview/llnameeditor.h
index a5a0c5d9c8..c7c94f458a 100644
--- a/indra/newview/llnameeditor.h
+++ b/indra/newview/llnameeditor.h
@@ -54,10 +54,7 @@ public:
void (*keystroke_callback)(LLLineEditor* caller, void* user_data) = NULL,
void (*focus_lost_callback)(LLFocusableElement* caller, void* user_data) = NULL,
void* userdata = NULL,
- LLLinePrevalidateFunc prevalidate_func = NULL,
- LLViewBorder::EBevel border_bevel = LLViewBorder::BEVEL_IN,
- LLViewBorder::EStyle border_style = LLViewBorder::STYLE_LINE,
- S32 border_thickness = 1);
+ LLLinePrevalidateFunc prevalidate_func = NULL);
// By default, follows top and left and is mouse-opaque.
// If no text, text = name.
// If no font, uses default system font.
@@ -74,8 +71,6 @@ public:
static void refreshAll(const LLUUID& id, const char* firstname,
const char* lastname, BOOL is_group);
- virtual EWidgetType getWidgetType() const { return WIDGET_TYPE_NAME_EDITOR; }
- virtual LLString getWidgetTag() const { return LL_NAME_EDITOR_TAG; }
// Take/return agent UUIDs
virtual void setValue( LLSD value );