summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorpavelkproductengine <none@none>2015-05-06 16:55:32 +0300
committerpavelkproductengine <none@none>2015-05-06 16:55:32 +0300
commit4647dc6fe7aacccf089d214bf26b47f417bd7ae6 (patch)
treeb24e43f72f738726a1ae6ead796a2bd7bf367afc /indra/newview
parent6de01b2b12f12e3a31259dd040c0d1014b3bab60 (diff)
Fixed Mac build after tools update - stripped unsused symbols
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llfloatersnapshot.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloatersnapshot.cpp b/indra/newview/llfloatersnapshot.cpp
index bf127102c1..185765e390 100755
--- a/indra/newview/llfloatersnapshot.cpp
+++ b/indra/newview/llfloatersnapshot.cpp
@@ -56,7 +56,6 @@ LLSnapshotFloaterView* gSnapshotFloaterView = NULL;
const F32 AUTO_SNAPSHOT_TIME_DELAY = 1.f;
-const S32 MAX_POSTCARD_DATASIZE = 1024 * 1024; // one megabyte
const S32 MAX_TEXTURE_SIZE = 512 ; //max upload texture size 512 * 512
static LLDefaultChildRegistry::Register<LLSnapshotFloaterView> r("snapshot_floater_view");