summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLOptGroupElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLOptGroupElement.h')
-rw-r--r--WebCore/html/HTMLOptGroupElement.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/html/HTMLOptGroupElement.h b/WebCore/html/HTMLOptGroupElement.h
index 394fdca..095b9d2 100644
--- a/WebCore/html/HTMLOptGroupElement.h
+++ b/WebCore/html/HTMLOptGroupElement.h
@@ -35,9 +35,6 @@ class HTMLOptGroupElement : public HTMLFormControlElement, public OptionGroupEle
public:
static PassRefPtr<HTMLOptGroupElement> create(const QualifiedName&, Document*, HTMLFormElement*);
- String label() const;
- void setLabel(const String&);
-
HTMLSelectElement* ownerSelectElement() const;
virtual String groupLabelText() const;