summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLDivElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLDivElement.cpp')
-rw-r--r--WebCore/html/HTMLDivElement.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/WebCore/html/HTMLDivElement.cpp b/WebCore/html/HTMLDivElement.cpp
index f35b25b..ca2a914 100644
--- a/WebCore/html/HTMLDivElement.cpp
+++ b/WebCore/html/HTMLDivElement.cpp
@@ -73,14 +73,4 @@ void HTMLDivElement::parseMappedAttribute(Attribute* attr)
HTMLElement::parseMappedAttribute(attr);
}
-String HTMLDivElement::align() const
-{
- return getAttribute(alignAttr);
-}
-
-void HTMLDivElement::setAlign(const String &value)
-{
- setAttribute(alignAttr, value);
-}
-
}