summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLSelectElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/HTML/HTMLSelectElement.idl')
-rw-r--r--Libraries/LibWeb/HTML/HTMLSelectElement.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/Libraries/LibWeb/HTML/HTMLSelectElement.idl b/Libraries/LibWeb/HTML/HTMLSelectElement.idl
deleted file mode 100644
index 808db0b45f..0000000000
--- a/Libraries/LibWeb/HTML/HTMLSelectElement.idl
+++ /dev/null
@@ -1,7 +0,0 @@
-interface HTMLSelectElement : HTMLElement {
-
- [Reflect] attribute boolean disabled;
- [Reflect] attribute boolean multiple;
- [Reflect] attribute boolean required;
-
-};