diff options
author | skolb <none@none> | 2010-03-08 14:54:19 -0800 |
---|---|---|
committer | skolb <none@none> | 2010-03-08 14:54:19 -0800 |
commit | 454998e5f200aed6c1f9c8f71223504f845d3825 (patch) | |
tree | 75a1488233f4cf6271b438f90ce3aea8a1407848 /indra/newview/llmediactrl.h | |
parent | 32260e70d0bef8e2a491557c13f0e3d70b0be774 (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.h | 1 |
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); |