aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/mozilla-download.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/mozilla-download.cpp')
-rw-r--r--embed/mozilla/mozilla-download.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/embed/mozilla/mozilla-download.cpp b/embed/mozilla/mozilla-download.cpp
index 455c875a1..0ad8dc2c6 100644
--- a/embed/mozilla/mozilla-download.cpp
+++ b/embed/mozilla/mozilla-download.cpp
@@ -87,11 +87,7 @@ impl_get_target (EphyDownload *download)
mozDownload = MOZILLA_DOWNLOAD (download)->priv->moz_download;
-#if MOZILLA_SNAPSHOT < 16
- mozDownload->GetTarget (getter_AddRefs (targetFile));
-#else
mozDownload->GetTargetFile (getter_AddRefs (targetFile));
-#endif
nsCAutoString tempPathStr;
targetFile->GetNativePath (tempPathStr);