summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLObjectElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLObjectElement.h')
-rw-r--r--WebCore/html/HTMLObjectElement.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/WebCore/html/HTMLObjectElement.h b/WebCore/html/HTMLObjectElement.h
index 4a22ea3..c904c74 100644
--- a/WebCore/html/HTMLObjectElement.h
+++ b/WebCore/html/HTMLObjectElement.h
@@ -35,15 +35,6 @@ public:
void renderFallbackContent();
- bool declare() const;
- void setDeclare(bool);
-
- int hspace() const;
- void setHspace(int);
-
- int vspace() const;
- void setVspace(int);
-
bool isDocNamedItem() const { return m_docNamedItem; }
const String& classId() const { return m_classId; }