summaryrefslogtreecommitdiff
path: root/src/adblock/adblockhostmatcher.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-11-08 17:19:52 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:06 +0100
commit5d2d1c86ae51a7d17fb3e9906dbc6d5f563f19a9 (patch)
tree4388ca2cf2bb6a85a5a158acfe06a8f5c39724c9 /src/adblock/adblockhostmatcher.h
parentadblock work (diff)
downloadrekonq-5d2d1c86ae51a7d17fb3e9906dbc6d5f563f19a9.tar.xz
Clean up previous commit about adblock and fix enable/disable feature
Diffstat (limited to 'src/adblock/adblockhostmatcher.h')
-rw-r--r--src/adblock/adblockhostmatcher.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/adblock/adblockhostmatcher.h b/src/adblock/adblockhostmatcher.h
index 3ce6e284..79918239 100644
--- a/src/adblock/adblockhostmatcher.h
+++ b/src/adblock/adblockhostmatcher.h
@@ -48,8 +48,6 @@ public:
{
m_hostList.clear();
}
-
- void remove(const QString &hostRule);
private:
QSet<QString> m_hostList;