diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-03-09 02:30:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-03-09 02:30:24 +0300 |
commit | ba123462244ed8e28c87ab43cbefe360d23ff8b2 (patch) | |
tree | 069411301ca59d8c2135219908fc50a10f7d840e /src/gui/widgets/button.h | |
parent | aa7119314e1a33d908b98906d30be94eb116d02d (diff) | |
download | manaplus-ba123462244ed8e28c87ab43cbefe360d23ff8b2.tar.gz manaplus-ba123462244ed8e28c87ab43cbefe360d23ff8b2.tar.bz2 manaplus-ba123462244ed8e28c87ab43cbefe360d23ff8b2.tar.xz manaplus-ba123462244ed8e28c87ab43cbefe360d23ff8b2.zip |
Remove unused button constructor.
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) /** |