diff options
Diffstat (limited to 'indra/newview/llvoicecallhandler.cpp')
-rw-r--r-- | indra/newview/llvoicecallhandler.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llvoicecallhandler.cpp b/indra/newview/llvoicecallhandler.cpp index d2c947fef2..25b0e69436 100644 --- a/indra/newview/llvoicecallhandler.cpp +++ b/indra/newview/llvoicecallhandler.cpp @@ -38,11 +38,6 @@ public: { } - virtual bool canHandleUntrusted(const LLSD ¶ms, const LLSD &query_map, LLMediaCtrl *web, const std::string &nav_type) - { - return (nav_type == NAV_TYPE_CLICKED || nav_type == NAV_TYPE_EXTERNAL); - } - bool handle(const LLSD& params, const LLSD& query_map, const std::string& grid, LLMediaCtrl* web) { //Make sure we have some parameters |