diff options
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/newview/llinventoryview.cpp | 5 | ||||
-rw-r--r-- | linden/indra/newview/llinventoryview.h | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/linden/indra/newview/llinventoryview.cpp b/linden/indra/newview/llinventoryview.cpp index 401d6e2..1118f54 100644 --- a/linden/indra/newview/llinventoryview.cpp +++ b/linden/indra/newview/llinventoryview.cpp | |||
@@ -242,11 +242,6 @@ void LLInventoryViewFinder::updateElementsFromFilter() | |||
242 | mSpinSinceDays->set((F32)(hours / 24)); | 242 | mSpinSinceDays->set((F32)(hours / 24)); |
243 | } | 243 | } |
244 | 244 | ||
245 | void LLInventoryViewFinder::draw() | ||
246 | { | ||
247 | LLFloater::draw(); | ||
248 | } | ||
249 | |||
250 | void LLInventoryViewFinder::rebuildFilter() | 245 | void LLInventoryViewFinder::rebuildFilter() |
251 | { | 246 | { |
252 | U32 filter = LLInventoryType::NIT_ALL; | 247 | U32 filter = LLInventoryType::NIT_ALL; |
diff --git a/linden/indra/newview/llinventoryview.h b/linden/indra/newview/llinventoryview.h index 439f869..c5c8532 100644 --- a/linden/indra/newview/llinventoryview.h +++ b/linden/indra/newview/llinventoryview.h | |||
@@ -162,7 +162,6 @@ public: | |||
162 | LLInventoryViewFinder(const std::string& name, | 162 | LLInventoryViewFinder(const std::string& name, |
163 | const LLRect& rect, | 163 | const LLRect& rect, |
164 | LLInventoryView* inventory_view); | 164 | LLInventoryView* inventory_view); |
165 | virtual void draw(); | ||
166 | virtual void rebuildFilter(); | 165 | virtual void rebuildFilter(); |
167 | virtual void onClose(bool app_quitting); | 166 | virtual void onClose(bool app_quitting); |
168 | void changeFilter(LLInventoryFilter* filter); | 167 | void changeFilter(LLInventoryFilter* filter); |