summaryrefslogtreecommitdiff
path: root/src/gui/widgets/itemcontainer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-18 15:29:59 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-19 15:12:20 +0300
commit255facfa0c5c272e6f9416eb74c184ff615e2c07 (patch)
treefb15effa7613b180d91c9b7d441e12214cf01f25 /src/gui/widgets/itemcontainer.h
parent128f88cf592a3dadf7580201e4ff3f7509c1f7a6 (diff)
downloadplus-255facfa0c5c272e6f9416eb74c184ff615e2c07.tar.gz
plus-255facfa0c5c272e6f9416eb74c184ff615e2c07.tar.bz2
plus-255facfa0c5c272e6f9416eb74c184ff615e2c07.tar.xz
plus-255facfa0c5c272e6f9416eb74c184ff615e2c07.zip
Remove unused functions from itemcontainer.
Diffstat (limited to 'src/gui/widgets/itemcontainer.h')
-rw-r--r--src/gui/widgets/itemcontainer.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gui/widgets/itemcontainer.h b/src/gui/widgets/itemcontainer.h
index 65d54f373..14acc6bfb 100644
--- a/src/gui/widgets/itemcontainer.h
+++ b/src/gui/widgets/itemcontainer.h
@@ -156,18 +156,6 @@ class ItemContainer final : public gcn::Widget,
};
/**
- * Execute all the functionality associated with the action key.
- */
- void keyAction();
-
- /**
- * Moves the highlight in the direction specified.
- *
- * @param direction The move direction of the highlighter.
- */
- void moveHighlight(const Direction direction);
-
- /**
* Sets the currently selected item.
*/
void setSelectedIndex(const int index);