diff options
Diffstat (limited to 'WebCore/html/HTMLMenuElement.cpp')
-rw-r--r-- | WebCore/html/HTMLMenuElement.cpp | 10 |
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); -} - } |