diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/mozilla/EventContext.cpp | 4 |
2 files changed, 6 insertions, 4 deletions
@@ -1,5 +1,11 @@ 2004-02-06 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/EventContext.cpp: + + Excise old galeon 1, non ported, defined-out code. + +2004-02-06 Christian Persch <chpe@cvs.gnome.org> + * data/Makefile.am: Honour the --with-gconf-schema-file-dir and --disable-schemas-install 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 } } |