summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRohan Garg <rohangarg@kubuntu.org>2011-03-11 14:41:18 +0530
committerRohan Garg <rohangarg@kubuntu.org>2011-03-11 14:41:18 +0530
commitdc0165086e1ff015e1bc48091e3b2a2d45dbd2af (patch)
tree89f9a2c830c50a6414efe4c58ce1de569007f84f /src
parentFix crash on "s" type :D (diff)
downloadrekonq-dc0165086e1ff015e1bc48091e3b2a2d45dbd2af.tar.xz
Revert "Return false for null mimetypes"
This reverts commit 09bf176c22a25cee65b20b7aee9fdf9e541798af. This isn't *really* required, my bad
Diffstat (limited to 'src')
-rw-r--r--src/adblock/adblockrulenullimpl.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/adblock/adblockrulenullimpl.cpp b/src/adblock/adblockrulenullimpl.cpp
index 7c6cf802..7f6ab765 100644
--- a/src/adblock/adblockrulenullimpl.cpp
+++ b/src/adblock/adblockrulenullimpl.cpp
@@ -117,10 +117,6 @@ bool AdBlockRuleNullImpl::isNullFilter(const QString &filter)
// collapse
if (option == QL1S("collapse"))
return true;
-
- // Ignore null mimetypes
- if (option == QL1S(""))
- return false;
}
return false;