diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/llui/llrootview.cpp | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2 meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz |
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/llui/llrootview.cpp')
-rw-r--r-- | linden/indra/llui/llrootview.cpp | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/linden/indra/llui/llrootview.cpp b/linden/indra/llui/llrootview.cpp index 1580f99..cea9ded 100644 --- a/linden/indra/llui/llrootview.cpp +++ b/linden/indra/llui/llrootview.cpp | |||
@@ -36,14 +36,4 @@ LLRootView::LLRootView(const LLString& name, const LLRect& rect, BOOL mouse_opaq | |||
36 | : LLView(name,rect,mouse_opaque,follows) | 36 | : LLView(name,rect,mouse_opaque,follows) |
37 | { } | 37 | { } |
38 | 38 | ||
39 | // virtual | 39 | // pretty exciting file, eh? |
40 | EWidgetType LLRootView::getWidgetType() const | ||
41 | { | ||
42 | return WIDGET_TYPE_ROOT_VIEW; | ||
43 | } | ||
44 | |||
45 | // virtual | ||
46 | LLString LLRootView::getWidgetTag() const | ||
47 | { | ||
48 | return LL_ROOT_VIEW_TAG; | ||
49 | } | ||