diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2016-05-06 11:09:46 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2016-05-06 11:09:46 +0300 |
commit | cec81209b7c3163135cca138cca920b364ae82df (patch) | |
tree | e7f32168c7df27f1ed4a36bd0beba1f23a6b651c | |
parent | 8b3f4ec5f58c1488ac7b3403a1a510a4977cebf6 (diff) |
mac build fix
-rw-r--r-- | indra/newview/llfloateroutfitsnapshot.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llfloateroutfitsnapshot.cpp b/indra/newview/llfloateroutfitsnapshot.cpp index cea0e48aa6..66bb4df4ba 100644 --- a/indra/newview/llfloateroutfitsnapshot.cpp +++ b/indra/newview/llfloateroutfitsnapshot.cpp @@ -57,9 +57,6 @@ LLOutfitSnapshotFloaterView* gOutfitSnapshotFloaterView = 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<LLOutfitSnapshotFloaterView> r("snapshot_outfit_floater_view"); |