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/llscrollingpanellist.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/llscrollingpanellist.cpp')
-rw-r--r-- | linden/indra/llui/llscrollingpanellist.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/linden/indra/llui/llscrollingpanellist.cpp b/linden/indra/llui/llscrollingpanellist.cpp index a9d538e..8f85bc8 100644 --- a/linden/indra/llui/llscrollingpanellist.cpp +++ b/linden/indra/llui/llscrollingpanellist.cpp | |||
@@ -126,20 +126,6 @@ void LLScrollingPanelList::updatePanelVisiblilty() | |||
126 | } | 126 | } |
127 | } | 127 | } |
128 | 128 | ||
129 | void LLScrollingPanelList::setValue(const LLSD& value) | ||
130 | { | ||
131 | |||
132 | } | ||
133 | |||
134 | EWidgetType LLScrollingPanelList::getWidgetType() const | ||
135 | { | ||
136 | return WIDGET_TYPE_SCROLLING_PANEL_LIST; | ||
137 | } | ||
138 | |||
139 | LLString LLScrollingPanelList::getWidgetTag() const | ||
140 | { | ||
141 | return LL_SCROLLING_PANEL_LIST_TAG; | ||
142 | } | ||
143 | 129 | ||
144 | void LLScrollingPanelList::draw() | 130 | void LLScrollingPanelList::draw() |
145 | { | 131 | { |
@@ -165,9 +151,3 @@ LLView* LLScrollingPanelList::fromXML(LLXMLNodePtr node, LLView *parent, LLUICtr | |||
165 | return scrolling_panel_list; | 151 | return scrolling_panel_list; |
166 | } | 152 | } |
167 | 153 | ||
168 | // virtual | ||
169 | LLXMLNodePtr LLScrollingPanelList::getXML(bool save_children) const | ||
170 | { | ||
171 | LLXMLNodePtr node = LLUICtrl::getXML(); | ||
172 | return node; | ||
173 | } | ||