summaryrefslogtreecommitdiff
path: root/indra/newview/llmediactrl.h
diff options
context:
space:
mode:
authorskolb <none@none>2010-03-08 14:54:19 -0800
committerskolb <none@none>2010-03-08 14:54:19 -0800
commitf39a87ef8384ede25a6597e678ac7609e9e64cc5 (patch)
treeb3ac0f3a658e8a25bc4b83d25b32d0324c698b63 /indra/newview/llmediactrl.h
parent2a58e320cb06308860de1df0ac30a40d1fa6e2ba (diff)
https://jira.secondlife.com/browse/EXT-5884
Added code to support SLAPPS for Media on a Prim Reviewed by Monroe and Callum via Code Collab (Review 143).
Diffstat (limited to 'indra/newview/llmediactrl.h')
-rw-r--r--indra/newview/llmediactrl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llmediactrl.h b/indra/newview/llmediactrl.h
index 60e0c4073b..e55d2f7cd0 100644
--- a/indra/newview/llmediactrl.h
+++ b/indra/newview/llmediactrl.h
@@ -164,7 +164,6 @@ public:
// handlers for individual events (could be done inside the switch in handleMediaEvent, they're just individual functions for clarity)
void onClickLinkHref( LLPluginClassMedia* self );
- void onClickLinkNoFollow( LLPluginClassMedia* self );
protected:
void convertInputCoords(S32& x, S32& y);