From ce28e056c20bf2723f565bbf464b87781ec248a2 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:42 -0500 Subject: Second Life viewer sources 1.20.2 --- linden/indra/newview/lldebugview.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'linden/indra/newview/lldebugview.h') diff --git a/linden/indra/newview/lldebugview.h b/linden/indra/newview/lldebugview.h index edaf253..aaa1f57 100644 --- a/linden/indra/newview/lldebugview.h +++ b/linden/indra/newview/lldebugview.h @@ -46,7 +46,7 @@ class LLFastTimerView; class LLMemoryView; class LLConsole; class LLTextureView; -class LLContainerView; +class LLFloaterStats; class LLDebugView : public LLView { @@ -54,14 +54,11 @@ public: LLDebugView(const std::string& name, const LLRect &rect); ~LLDebugView(); - virtual EWidgetType getWidgetType() const; - virtual LLString getWidgetTag() const; - LLFrameStatView* mFrameStatView; LLFastTimerView* mFastTimerView; LLMemoryView* mMemoryView; LLConsole* mDebugConsolep; - LLContainerView* mStatViewp; + LLFloaterStats* mFloaterStatsp; }; extern LLDebugView* gDebugView; -- cgit v1.1