diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-11-07 00:29:52 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-07 00:29:52 +0800 |
commit | ec786725e61fa02ea42754974ba9e729551c3542 (patch) | |
tree | 5a495d1b62803901c8d0649b1405e89efd0172ea /embed/mozilla/ContentHandler.h | |
parent | b5c036538ffb6fbb2ace518ee5b4ad8b2d5c8ef6 (diff) | |
download | gsoc2013-epiphany-ec786725e61fa02ea42754974ba9e729551c3542.tar.gz gsoc2013-epiphany-ec786725e61fa02ea42754974ba9e729551c3542.tar.zst gsoc2013-epiphany-ec786725e61fa02ea42754974ba9e729551c3542.zip |
Small cleanups
2003-11-06 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/ContentHandler.cpp:
* embed/mozilla/ContentHandler.h:
Small cleanups
Diffstat (limited to 'embed/mozilla/ContentHandler.h')
-rw-r--r-- | embed/mozilla/ContentHandler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/embed/mozilla/ContentHandler.h b/embed/mozilla/ContentHandler.h index 85cc7debd..78b218dc9 100644 --- a/embed/mozilla/ContentHandler.h +++ b/embed/mozilla/ContentHandler.h @@ -74,7 +74,6 @@ class GContentHandler : public nsIHelperAppLauncherDialog NS_METHOD MIMEAskAction (void); nsCOMPtr<nsIHelperAppLauncher> mLauncher; - nsCOMPtr<nsISupports> mContext; nsCOMPtr<nsIURI> mUri; PRInt64 mTimeDownloadStarted; @@ -88,6 +87,4 @@ class GContentHandler : public nsIHelperAppLauncherDialog nsCString mScheme; }; -extern nsresult NS_NewContentHandlerFactory(nsIFactory** aFactory); - #endif |