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