diff options
author | Richard Nelson <none@none> | 2010-10-11 15:48:36 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-10-11 15:48:36 -0700 |
commit | 7c256e5a13dc32af12aa5c9f90a1be040e4e64e2 (patch) | |
tree | 6175c5caf093bd95bdb92d2184dc24c039157783 /indra/newview/llfloatercamera.cpp | |
parent | 092e595b25e3e0cd27c480d864bfd894aaf3c987 (diff) |
EXP-166 FIXED Front an Side Preset Views not accessible in Skylight viewer
Diffstat (limited to 'indra/newview/llfloatercamera.cpp')
-rw-r--r-- | indra/newview/llfloatercamera.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llfloatercamera.cpp b/indra/newview/llfloatercamera.cpp index be65396b0f..620e100bdf 100644 --- a/indra/newview/llfloatercamera.cpp +++ b/indra/newview/llfloatercamera.cpp @@ -340,9 +340,6 @@ LLFloaterCamera::LLFloaterCamera(const LLSD& val) mCurrMode(CAMERA_CTRL_MODE_PAN), mPrevMode(CAMERA_CTRL_MODE_PAN) { - LLUICtrl::CommitCallbackRegistry::ScopedRegistrar registrar; - registrar.add("CameraPresets.ChangeView", boost::bind(&LLFloaterCamera::onClickCameraItem, _2)); - LLHints::registerHintTarget("view_popup", LLView::getHandle()); } |