diff options
| author | Steven Bennetts <steve@lindenlab.com> | 2008-04-01 17:45:04 +0000 |
|---|---|---|
| committer | Steven Bennetts <steve@lindenlab.com> | 2008-04-01 17:45:04 +0000 |
| commit | 941cb9f4124c9ccfd5c845bc94639fa46df12c3d (patch) | |
| tree | e0f525e7bd6cc76d89b2df69c6f1554d191561e8 /indra/newview/llnameeditor.h | |
| parent | ecec626dec93524f7ef5831a5ba344d6449b99bc (diff) | |
merge release@83343 skinning-1-merge@83714 -> release
QAR-424
Diffstat (limited to 'indra/newview/llnameeditor.h')
| -rw-r--r-- | indra/newview/llnameeditor.h | 7 |
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 ); |
