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/lltoolgun.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'linden/indra/newview/lltoolgun.h') diff --git a/linden/indra/newview/lltoolgun.h b/linden/indra/newview/lltoolgun.h index 2a8ad1b..af8eed8 100644 --- a/linden/indra/newview/lltoolgun.h +++ b/linden/indra/newview/lltoolgun.h @@ -33,7 +33,7 @@ #define LL_TOOLGUN_H #include "lltool.h" -#include "llviewerimage.h" +#include "llui.h" class LLToolGun : public LLTool @@ -51,9 +51,6 @@ public: virtual LLTool* getOverrideTool(MASK mask) { return NULL; } virtual BOOL clipMouseWhenDown() { return FALSE; } - -private: - LLPointer mCrosshairImg; }; #endif -- cgit v1.1