summaryrefslogtreecommitdiff
path: root/src/game/ToolButton.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-22 16:13:43 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-22 16:13:43 (GMT)
commite38fd405af5f07667203c6f584a5cdb00ed20ca2 (patch)
treef5630c0e43cb848bb36a29c0d20599dcc324161c /src/game/ToolButton.h
parent553cf6552070aae93e1db031b57afdc8c9ba19e0 (diff)
downloadpowder-e38fd405af5f07667203c6f584a5cdb00ed20ca2.zip
powder-e38fd405af5f07667203c6f584a5cdb00ed20ca2.tar.gz
Correct quirks with drawrect and fillrect, change UI components accordingly, shorten save name in save button
Diffstat (limited to 'src/game/ToolButton.h')
-rw-r--r--src/game/ToolButton.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/ToolButton.h b/src/game/ToolButton.h
index 60a1c7c..94042a9 100644
--- a/src/game/ToolButton.h
+++ b/src/game/ToolButton.h
@@ -12,7 +12,6 @@
class ToolButton: public ui::Button {
int currentSelection;
- std::string selectionText;
public:
ToolButton(ui::Point position, ui::Point size, std::string text_);
virtual void OnMouseUp(int x, int y, unsigned int button);