diff options
Diffstat (limited to 'linden/indra/newview/lltoolgun.h')
-rw-r--r-- | linden/indra/newview/lltoolgun.h | 5 |
1 files changed, 1 insertions, 4 deletions
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 @@ | |||
33 | #define LL_TOOLGUN_H | 33 | #define LL_TOOLGUN_H |
34 | 34 | ||
35 | #include "lltool.h" | 35 | #include "lltool.h" |
36 | #include "llviewerimage.h" | 36 | #include "llui.h" |
37 | 37 | ||
38 | 38 | ||
39 | class LLToolGun : public LLTool | 39 | class LLToolGun : public LLTool |
@@ -51,9 +51,6 @@ public: | |||
51 | 51 | ||
52 | virtual LLTool* getOverrideTool(MASK mask) { return NULL; } | 52 | virtual LLTool* getOverrideTool(MASK mask) { return NULL; } |
53 | virtual BOOL clipMouseWhenDown() { return FALSE; } | 53 | virtual BOOL clipMouseWhenDown() { return FALSE; } |
54 | |||
55 | private: | ||
56 | LLPointer<LLViewerImage> mCrosshairImg; | ||
57 | }; | 54 | }; |
58 | 55 | ||
59 | #endif | 56 | #endif |