Remove unused variable
This commit is contained in:
parent
382d7be6f6
commit
d3c960da99
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue