summaryrefslogtreecommitdiff
path: root/src/gui/widgets/button.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-03-09 02:30:24 +0300
committerAndrei Karas <akaras@inbox.ru>2018-03-09 02:30:24 +0300
commitba123462244ed8e28c87ab43cbefe360d23ff8b2 (patch)
tree069411301ca59d8c2135219908fc50a10f7d840e /src/gui/widgets/button.h
parentaa7119314e1a33d908b98906d30be94eb116d02d (diff)
downloadplus-ba123462244ed8e28c87ab43cbefe360d23ff8b2.tar.gz
plus-ba123462244ed8e28c87ab43cbefe360d23ff8b2.tar.bz2
plus-ba123462244ed8e28c87ab43cbefe360d23ff8b2.tar.xz
plus-ba123462244ed8e28c87ab43cbefe360d23ff8b2.zip
Remove unused button constructor.
Diffstat (limited to 'src/gui/widgets/button.h')
-rw-r--r--src/gui/widgets/button.h11
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)
/**