summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLPreElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLPreElement.h')
-rw-r--r--WebCore/html/HTMLPreElement.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/WebCore/html/HTMLPreElement.h b/WebCore/html/HTMLPreElement.h
index 0975c0f..1a67c65 100644
--- a/WebCore/html/HTMLPreElement.h
+++ b/WebCore/html/HTMLPreElement.h
@@ -31,12 +31,6 @@ class HTMLPreElement : public HTMLElement {
public:
static PassRefPtr<HTMLPreElement> create(const QualifiedName&, Document*);
- int width() const;
- void setWidth(int);
-
- bool wrap() const;
- void setWrap(bool);
-
private:
HTMLPreElement(const QualifiedName&, Document*);