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