summaryrefslogtreecommitdiff
path: root/embed/ephy-download.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-download.c')
-rw-r--r--embed/ephy-download.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/embed/ephy-download.c b/embed/ephy-download.c
index cf88bfe2e..1bebdcefb 100644
--- a/embed/ephy-download.c
+++ b/embed/ephy-download.c
@@ -486,10 +486,6 @@ ephy_download_do_download_action (EphyDownload *download,
LOG ("ephy_download_do_download_action: none");
ret = TRUE;
break;
- case EPHY_DOWNLOAD_ACTION_DO_NOTHING:
- LOG ("ephy_download_do_download_action: nothing");
- ret = TRUE;
- break;
default:
LOG ("ephy_download_do_download_action: unhandled action");
ret = FALSE;