Disable wireless link type
Always disable wireless link type as it has never worked. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
3eb9fbdb7e
commit
13c558ac9f
|
@ -2868,6 +2868,18 @@ bool MainFrame::BindControls()
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
|
// Always disable Wireless link for now, this has never worked.
|
||||||
|
if (cmdtab[i].cmd_id == XRCID("LinkType2Wireless")) {
|
||||||
|
if (mi)
|
||||||
|
mi->GetMenu()->Remove(mi);
|
||||||
|
|
||||||
|
cmdtab[i].cmd_id = XRCID("NOOP");
|
||||||
|
cmdtab[i].mi = NULL;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#ifdef NO_DEBUGGER
|
#ifdef NO_DEBUGGER
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue