From 2bedf20aa9e03bc4a18c3a1460040b1dd7638ed9 Mon Sep 17 00:00:00 2001
From: pavelkproductengine <none@none>
Date: Wed, 6 May 2015 16:55:32 +0300
Subject: [PATCH] Fixed Mac build after tools update - stripped unsused symbols

---
 indra/newview/llfloatersnapshot.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/indra/newview/llfloatersnapshot.cpp b/indra/newview/llfloatersnapshot.cpp
index bf127102c17..185765e3907 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");
-- 
GitLab