summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2015-05-05 19:30:28 +0300
committerandreykproductengine <akleshchev@productengine.com>2015-05-05 19:30:28 +0300
commit4f236dd7e8d28a6a473344b1aa527ba4e37c8881 (patch)
treeee51bbbbbe0890bad6358a7bab99cc136e5528d4 /indra
parent0faa19e03d27c9acc8b4612d4ee14a343e9240c7 (diff)
Cleaning out unused variables.
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llfloatermodelpreview.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llfloatermodelpreview.cpp b/indra/newview/llfloatermodelpreview.cpp
index f27da87636..d13db542d7 100755
--- a/indra/newview/llfloatermodelpreview.cpp
+++ b/indra/newview/llfloatermodelpreview.cpp
@@ -95,12 +95,6 @@ LLFloaterModelPreview* LLFloaterModelPreview::sInstance = NULL;
bool LLModelPreview::sIgnoreLoadedCallback = false;
-const S32 PREVIEW_BORDER_WIDTH = 2;
-const S32 PREVIEW_RESIZE_HANDLE_SIZE = S32(RESIZE_HANDLE_WIDTH * OO_SQRT2) + PREVIEW_BORDER_WIDTH;
-const S32 PREVIEW_HPAD = PREVIEW_RESIZE_HANDLE_SIZE;
-const S32 PREF_BUTTON_HEIGHT = 16 + 7 + 16;
-const S32 PREVIEW_TEXTURE_HEIGHT = 300;
-
// "Retain%" decomp parameter has values from 0.0 to 1.0 by 0.01
// But according to the UI spec for upload model floater, this parameter
// should be represented by Retain spinner with values from 1 to 100 by 1.