diff options
author | Wolfpup Lowenhar <wolfpup67@earthlink.net> | 2010-11-11 22:37:51 -0500 |
---|---|---|
committer | Wolfpup Lowenhar <wolfpup67@earthlink.net> | 2010-11-11 22:37:51 -0500 |
commit | 899f470deca2cbc775e87147852e0b118464896f (patch) | |
tree | bfee59a4141c4c60ffde94ff8ed6ed9a14d125a6 /indra/newview/llfloatersnapshot.cpp | |
parent | eea9460ba5e18b081723a56d1d7d0bbf1f4edd85 (diff) | |
parent | 5f099265fc36c885122457edd87a1ec8c1a80873 (diff) |
STORM-102: Merge from viewer-development
Diffstat (limited to 'indra/newview/llfloatersnapshot.cpp')
-rw-r--r-- | indra/newview/llfloatersnapshot.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfloatersnapshot.cpp b/indra/newview/llfloatersnapshot.cpp index 36e8ad9dfc..51ee38bd65 100644 --- a/indra/newview/llfloatersnapshot.cpp +++ b/indra/newview/llfloatersnapshot.cpp @@ -1212,8 +1212,6 @@ LLViewerWindow::ESnapshotType LLFloaterSnapshot::Impl::getLayerType(LLFloaterSna type = LLViewerWindow::SNAPSHOT_TYPE_COLOR; else if (id == "depth") type = LLViewerWindow::SNAPSHOT_TYPE_DEPTH; - else if (id == "objects") - type = LLViewerWindow::SNAPSHOT_TYPE_OBJECT_ID; return type; } |