summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLDivElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLDivElement.h')
-rw-r--r--WebCore/html/HTMLDivElement.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/html/HTMLDivElement.h b/WebCore/html/HTMLDivElement.h
index aa60275..30eddf3 100644
--- a/WebCore/html/HTMLDivElement.h
+++ b/WebCore/html/HTMLDivElement.h
@@ -32,9 +32,6 @@ public:
static PassRefPtr<HTMLDivElement> create(Document*);
static PassRefPtr<HTMLDivElement> create(const QualifiedName&, Document*);
- String align() const;
- void setAlign(const String&);
-
protected:
HTMLDivElement(const QualifiedName&, Document*);