summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLLIElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLLIElement.h')
-rw-r--r--WebCore/html/HTMLLIElement.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/WebCore/html/HTMLLIElement.h b/WebCore/html/HTMLLIElement.h
index 5ce00f2..418f7a4 100644
--- a/WebCore/html/HTMLLIElement.h
+++ b/WebCore/html/HTMLLIElement.h
@@ -32,12 +32,6 @@ public:
static PassRefPtr<HTMLLIElement> create(Document*);
static PassRefPtr<HTMLLIElement> create(const QualifiedName&, Document*);
- String type() const;
- void setType(const String&);
-
- int value() const;
- void setValue(int);
-
private:
HTMLLIElement(const QualifiedName&, Document*);