diff options
Diffstat (limited to 'embed/mozilla/EphyBrowser.h')
-rw-r--r-- | embed/mozilla/EphyBrowser.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/embed/mozilla/EphyBrowser.h b/embed/mozilla/EphyBrowser.h index 0e4d7815d..6569cd502 100644 --- a/embed/mozilla/EphyBrowser.h +++ b/embed/mozilla/EphyBrowser.h @@ -67,12 +67,6 @@ private: nsresult HandleFaviconLink (nsIDOMNode *node); }; -class EphyPopupEventListener : public EphyEventListener -{ -public: - NS_IMETHOD HandleEvent(nsIDOMEvent* aEvent); -}; - class EphyBrowser { public: @@ -129,7 +123,6 @@ private: nsCOMPtr<nsIDOMEventReceiver> mEventReceiver; nsCOMPtr<nsIDOMWindow> mDOMWindow; EphyFaviconEventListener *mFaviconEventListener; - EphyPopupEventListener *mPopupEventListener; PRBool mInitialized; nsresult GetListener (void); |