diff options
author | pavelkproductengine <none@none> | 2015-05-06 16:55:32 +0300 |
---|---|---|
committer | pavelkproductengine <none@none> | 2015-05-06 16:55:32 +0300 |
commit | 2bedf20aa9e03bc4a18c3a1460040b1dd7638ed9 (patch) | |
tree | c668b5875084a3e32747a087159e4989f59a65f9 | |
parent | c3affc4d6b514d1c0ce9e22c11c9c16334b9b375 (diff) |
Fixed Mac build after tools update - stripped unsused symbols
-rwxr-xr-x | indra/newview/llfloatersnapshot.cpp | 1 |
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"); |