Remove unused variable

This commit is contained in:
Mathias Gumz 2015-01-21 09:53:16 +01:00
parent 382d7be6f6
commit d3c960da99

View file

@ -545,8 +545,8 @@ FbMenu *MenuCreator::createMenuType(const string &type, int screen_num) {
bool MenuCreator::createWindowMenuItem(const string &type,
const string &label,
FbTk::Menu &menu) {
typedef FbTk::RefCount<FbTk::Command<void> > RefCmd;
_FB_USES_NLS;
static MenuContext context;
int screen = menu.screenNumber();