diff options
author | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-06-22 18:58:47 +0200 |
---|---|---|
committer | Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> | 2011-06-22 18:58:47 +0200 |
commit | 852ff45c35c422b5264487669934b392a8657465 (patch) | |
tree | 380751fae34a7dcd7b31bd84e303b9086eb17485 /src/gui/widgets | |
parent | 2a11c6c5d874d661dcb7f016183c3c3e64e65f3c (diff) | |
parent | ec3c689c64922baf4a9f99bc6e9345e0a80403e8 (diff) | |
download | mana-client-852ff45c35c422b5264487669934b392a8657465.tar.gz mana-client-852ff45c35c422b5264487669934b392a8657465.tar.bz2 mana-client-852ff45c35c422b5264487669934b392a8657465.tar.xz mana-client-852ff45c35c422b5264487669934b392a8657465.zip |
Merge branch 'master' of gitorious.org:~bertram/mana/mana-any-square-tile-size
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/shoplistbox.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/widgets/shoplistbox.cpp b/src/gui/widgets/shoplistbox.cpp index ae7d4d9b..2d25185a 100644 --- a/src/gui/widgets/shoplistbox.cpp +++ b/src/gui/widgets/shoplistbox.cpp @@ -36,8 +36,6 @@ #include <guichan/font.hpp> #include <guichan/listmodel.hpp> -const int ITEM_ICON_SIZE = 32; - float ShopListBox::mAlpha = 1.0; ShopListBox::ShopListBox(gcn::ListModel *listModel): |