summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLUListElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLUListElement.h')
-rw-r--r--WebCore/html/HTMLUListElement.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/WebCore/html/HTMLUListElement.h b/WebCore/html/HTMLUListElement.h
index 0b74c43..996626c 100644
--- a/WebCore/html/HTMLUListElement.h
+++ b/WebCore/html/HTMLUListElement.h
@@ -32,12 +32,6 @@ public:
static PassRefPtr<HTMLUListElement> create(Document*);
static PassRefPtr<HTMLUListElement> create(const QualifiedName&, Document*);
- bool compact() const;
- void setCompact(bool);
-
- String type() const;
- void setType(const String&);
-
private:
HTMLUListElement(const QualifiedName&, Document*);