summaryrefslogtreecommitdiffstats
path: root/ark/tar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ark/tar.cpp')
-rw-r--r--ark/tar.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/ark/tar.cpp b/ark/tar.cpp
index 10bf55f..cd8acee 100644
--- a/ark/tar.cpp
+++ b/ark/tar.cpp
@@ -91,13 +91,6 @@ TarArch::TarArch( ArkWidget *_gui,
kdDebug(1601) << "TarArch::TarArch: mimetype is " << m_fileMimeType << endl;
- if ( m_fileMimeType == "application/x-tbz2" )
- {
- // ark treats .tar.bz2 as x-tbz, instead of duplicating the mimetype
- // let's just alias it to the one we already handle.
- m_fileMimeType = "application/x-tbz";
- }
-
if ( m_fileMimeType == "application/x-tar" )
{
compressed = false;