aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-download.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-download.c')
-rw-r--r--embed/ephy-download.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-download.c b/embed/ephy-download.c
index 3a7d2d1ff..51f08ea84 100644
--- a/embed/ephy-download.c
+++ b/embed/ephy-download.c
@@ -148,7 +148,6 @@ decide_action_from_mime (EphyDownload *ephy_download)
SoupMessage *message;
char *mime_description = NULL;
GAppInfo *helper_app = NULL;
- EphyMimePermission mime_permission = EPHY_MIME_PERMISSION_SAFE;
EphyDownloadActionType action;
WebKitDownload *download;
@@ -163,7 +162,6 @@ decide_action_from_mime (EphyDownload *ephy_download)
if (content_type) {
mime_description = g_content_type_get_description (content_type);
helper_app = g_app_info_get_default_for_type (content_type, FALSE);
- mime_permission = ephy_file_check_mime (content_type);
if (helper_app)
action = EPHY_DOWNLOAD_ACTION_OPEN;