diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-07 21:55:32 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-07 21:55:32 +0800 |
commit | 0691b5a1f29cfa6b330977bf4a174af4fb0a55e6 (patch) | |
tree | c99190aceed78ec5cf6e6bcd7d4730ea064d53b1 /embed/mozilla/ContentHandler.h | |
parent | 01d7487d7e025c6e0de3054437709f2e6b24dbed (diff) | |
download | gsoc2013-epiphany-0691b5a1f29cfa6b330977bf4a174af4fb0a55e6.tar gsoc2013-epiphany-0691b5a1f29cfa6b330977bf4a174af4fb0a55e6.tar.gz gsoc2013-epiphany-0691b5a1f29cfa6b330977bf4a174af4fb0a55e6.tar.bz2 gsoc2013-epiphany-0691b5a1f29cfa6b330977bf4a174af4fb0a55e6.tar.lz gsoc2013-epiphany-0691b5a1f29cfa6b330977bf4a174af4fb0a55e6.tar.xz gsoc2013-epiphany-0691b5a1f29cfa6b330977bf4a174af4fb0a55e6.tar.zst gsoc2013-epiphany-0691b5a1f29cfa6b330977bf4a174af4fb0a55e6.zip |
Remove unused variables, and adjust some MOZILLA_SNAPSHOT checks.
2004-05-07 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/ContentHandler.cpp:
* embed/mozilla/ContentHandler.h:
* embed/mozilla/EphyBrowser.cpp:
* embed/mozilla/EphyHeaderSniffer.cpp:
* embed/mozilla/EventContext.cpp:
* embed/mozilla/MozDownload.cpp:
* embed/mozilla/mozilla-embed.cpp:
Remove unused variables, and adjust some MOZILLA_SNAPSHOT checks.
Diffstat (limited to 'embed/mozilla/ContentHandler.h')
-rw-r--r-- | embed/mozilla/ContentHandler.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/embed/mozilla/ContentHandler.h b/embed/mozilla/ContentHandler.h index 3d850d9c6..8893769cf 100644 --- a/embed/mozilla/ContentHandler.h +++ b/embed/mozilla/ContentHandler.h @@ -21,6 +21,10 @@ #ifndef __ContentHandler_h #define __ContentHandler_h +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "ephy-embed-shell.h" #include <libgnomevfs/gnome-vfs-mime-handlers.h> @@ -82,7 +86,7 @@ class GContentHandler : public nsIHelperAppLauncherDialog nsCOMPtr<nsIFile> mTempFile; nsCOMPtr<nsISupports> mContext; -#if MOZILLA_SNAPSHOT < 16 +#if MOZILLA_SNAPSHOT < 18 char *mMimeType; #else nsCString mMimeType; |