summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/CheckBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibGUI/CheckBox.h')
-rw-r--r--Userland/Libraries/LibGUI/CheckBox.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGUI/CheckBox.h b/Userland/Libraries/LibGUI/CheckBox.h
index 2122d32f1d..f39f938057 100644
--- a/Userland/Libraries/LibGUI/CheckBox.h
+++ b/Userland/Libraries/LibGUI/CheckBox.h
@@ -30,7 +30,6 @@ public:
void set_checkbox_position(CheckBoxPosition value) { m_checkbox_position = value; }
protected:
- explicit CheckBox(DeprecatedString);
explicit CheckBox(String = {});
private: