diff options
Diffstat (limited to 'linden/indra/newview/llmanipscale.h')
-rw-r--r-- | linden/indra/newview/llmanipscale.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linden/indra/newview/llmanipscale.h b/linden/indra/newview/llmanipscale.h index c6545fd..1de0459 100644 --- a/linden/indra/newview/llmanipscale.h +++ b/linden/indra/newview/llmanipscale.h | |||
@@ -89,8 +89,6 @@ public: | |||
89 | static void setShowAxes( BOOL b ); | 89 | static void setShowAxes( BOOL b ); |
90 | static BOOL getShowAxes(); | 90 | static BOOL getShowAxes(); |
91 | 91 | ||
92 | static F32 getMaxPrimSize(); | ||
93 | |||
94 | private: | 92 | private: |
95 | void renderCorners( const LLBBox& local_bbox ); | 93 | void renderCorners( const LLBBox& local_bbox ); |
96 | void renderFaces( const LLBBox& local_bbox ); | 94 | void renderFaces( const LLBBox& local_bbox ); |
@@ -168,7 +166,6 @@ private: | |||
168 | F32 mScaleSnapValue; | 166 | F32 mScaleSnapValue; |
169 | BOOL mInSnapRegime; | 167 | BOOL mInSnapRegime; |
170 | F32* mManipulatorScales; | 168 | F32* mManipulatorScales; |
171 | F32 mMaxPrimSize; | ||
172 | }; | 169 | }; |
173 | 170 | ||
174 | #endif // LL_MANIPSCALE_H | 171 | #endif // LL_MANIPSCALE_H |