From ec786725e61fa02ea42754974ba9e729551c3542 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 6 Nov 2003 16:29:52 +0000 Subject: Small cleanups 2003-11-06 Marco Pesenti Gritti * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: Small cleanups --- embed/mozilla/ContentHandler.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'embed/mozilla/ContentHandler.cpp') diff --git a/embed/mozilla/ContentHandler.cpp b/embed/mozilla/ContentHandler.cpp index 742db0319..386c082c2 100644 --- a/embed/mozilla/ContentHandler.cpp +++ b/embed/mozilla/ContentHandler.cpp @@ -81,7 +81,6 @@ NS_IMETHODIMP GContentHandler::Show(nsIHelperAppLauncher *aLauncher, nsresult rv; mLauncher = aLauncher; - mContext = aContext; rv = Init (); if (NS_FAILED (rv)) return rv; @@ -286,9 +285,6 @@ NS_METHOD GContentHandler::SynchroniseMIMEInfo (void) return NS_OK; } -//////////////////////////////////////////////////////////////////////////////// -// begin local private methods impl -//////////////////////////////////////////////////////////////////////////////// NS_METHOD GContentHandler::Init (void) { nsresult rv; @@ -343,8 +339,6 @@ NS_METHOD GContentHandler::MIMEAskAction (void) nsresult rv; gboolean auto_open; - /* FIXME can we assume mime is not NULL ? */ - auto_open = eel_gconf_get_boolean (CONF_AUTO_OPEN_DOWNLOADS); GContentHandler *mContentHandler = this; GnomeVFSMimeApplication *DefaultApp = gnome_vfs_mime_get_default_application(mMimeType); -- cgit v1.2.3