diff options
author | James Cook <james@lindenlab.com> | 2010-03-10 15:46:45 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-03-10 15:46:45 -0800 |
commit | 60799effaee5dd9696704342e9c8a35881d22583 (patch) | |
tree | 28a10ccdc563ca4795d4018270ef36d50a6c3a1c /indra/newview/llmediactrl.h | |
parent | 0ee6a6025cba2f63c5c33c20870f67afd62f6372 (diff) | |
parent | 347585cf975afac59ec6b9960e093acd015627f5 (diff) |
Merge
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); |