diff options
Diffstat (limited to 'WebCore/html/HTMLParagraphElement.h')
-rw-r--r-- | WebCore/html/HTMLParagraphElement.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/html/HTMLParagraphElement.h b/WebCore/html/HTMLParagraphElement.h index 26e34a7..0a31a1c 100644 --- a/WebCore/html/HTMLParagraphElement.h +++ b/WebCore/html/HTMLParagraphElement.h @@ -31,9 +31,6 @@ class HTMLParagraphElement : public HTMLElement { public: static PassRefPtr<HTMLParagraphElement> create(const QualifiedName&, Document*); - String align() const; - void setAlign(const String&); - private: HTMLParagraphElement(const QualifiedName&, Document*); |