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