summaryrefslogtreecommitdiff
path: root/src/gui/widgets/itemcontainer.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-29 19:32:02 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-29 19:32:02 +0300
commite14030fd3e255cd7469cd2d63abc51b1faef52e4 (patch)
treeb880a043e06826162383198e5e89b167f2e5b4d0 /src/gui/widgets/itemcontainer.cpp
parent83e5dc67b704b397d85df7d4f4cd48b6d239b875 (diff)
downloadplus-e14030fd3e255cd7469cd2d63abc51b1faef52e4.tar.gz
plus-e14030fd3e255cd7469cd2d63abc51b1faef52e4.tar.bz2
plus-e14030fd3e255cd7469cd2d63abc51b1faef52e4.tar.xz
plus-e14030fd3e255cd7469cd2d63abc51b1faef52e4.zip
Fix code style.
Diffstat (limited to 'src/gui/widgets/itemcontainer.cpp')
-rw-r--r--src/gui/widgets/itemcontainer.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/widgets/itemcontainer.cpp b/src/gui/widgets/itemcontainer.cpp
index 54bb74596..d3a57a71b 100644
--- a/src/gui/widgets/itemcontainer.cpp
+++ b/src/gui/widgets/itemcontainer.cpp
@@ -379,12 +379,6 @@ void ItemContainer::distributeValueChangedEvent()
}
}
-void ItemContainer::hidePopup()
-{
- if (itemPopup)
- itemPopup->setVisible(false);
-}
-
void ItemContainer::keyPressed(KeyEvent &event A_UNUSED)
{
}