summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLMenuElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLMenuElement.cpp')
-rw-r--r--WebCore/html/HTMLMenuElement.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/WebCore/html/HTMLMenuElement.cpp b/WebCore/html/HTMLMenuElement.cpp
index 7acef0f..9f706ef 100644
--- a/WebCore/html/HTMLMenuElement.cpp
+++ b/WebCore/html/HTMLMenuElement.cpp
@@ -40,14 +40,4 @@ PassRefPtr<HTMLMenuElement> HTMLMenuElement::create(const QualifiedName& tagName
return adoptRef(new HTMLMenuElement(tagName, document));
}
-bool HTMLMenuElement::compact() const
-{
- return !getAttribute(compactAttr).isNull();
-}
-
-void HTMLMenuElement::setCompact(bool b)
-{
- setAttribute(compactAttr, b ? "" : 0);
-}
-
}