diff options
Diffstat (limited to 'src/gui/widgets/button.h')
-rw-r--r-- | src/gui/widgets/button.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gui/widgets/button.h b/src/gui/widgets/button.h index 92ab1fa41..447ef8192 100644 --- a/src/gui/widgets/button.h +++ b/src/gui/widgets/button.h @@ -139,17 +139,6 @@ class Button final : public Widget, const std::string &restrict skinName, ActionListener *const listener); - /** - * Constructor, sets the caption of the button to the given string and - * adds the given action listener. - */ - Button(const Widget2 *const widget, - const std::string &restrict imageName, - const std::string &restrict caption, - const std::string &restrict actionEventId, - const std::string &restrict skinName, - ActionListener *const listener); - A_DELETE_COPY(Button) /** |