diff options
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/EventContext.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/embed/mozilla/EventContext.cpp b/embed/mozilla/EventContext.cpp index 39fe58183..d9b24943c 100644 --- a/embed/mozilla/EventContext.cpp +++ b/embed/mozilla/EventContext.cpp @@ -481,10 +481,6 @@ nsresult EventContext::GetEventContext (nsIDOMEventTarget *EventTarget, { SetIntProperty ("link_is_smart", FALSE); } -#ifdef NOT_PORTED - /* Get the text of the link */ - info->linktext = mozilla_get_link_text (node); -#endif } } |