summaryrefslogtreecommitdiffstats
path: root/tdehtml/html/html_miscimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdehtml/html/html_miscimpl.cpp')
-rw-r--r--tdehtml/html/html_miscimpl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tdehtml/html/html_miscimpl.cpp b/tdehtml/html/html_miscimpl.cpp
index 58804bff5..5b8d4ef4b 100644
--- a/tdehtml/html/html_miscimpl.cpp
+++ b/tdehtml/html/html_miscimpl.cpp
@@ -64,7 +64,6 @@ struct CollectionCache: public NodeListImpl::Cache
virtual void clear(DocumentImpl* doc)
{
Cache::clear(doc);
- //qDeletaAll here in Qt4
nameCache.clear();
}
};