mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-05 06:15:29 +00:00
Remove unused variable
This commit is contained in:
parent
ff62562e3a
commit
3a87e91b5e
1 changed files with 0 additions and 1 deletions
|
|
@ -887,7 +887,6 @@ void CIRCDDBGatewayApp::createThread()
|
|||
wxLogInfo(wxT("DCS enabled: %d, CCS enabled: %d, server: %s"), int(dcsEnabled), int(ccsEnabled), ccsHost.c_str());
|
||||
|
||||
bool xlxEnabled;
|
||||
bool xlxOverrideLocal;
|
||||
wxString xlxHostsFileUrl;
|
||||
m_config->getXLX(xlxEnabled, xlxHostsFileUrl);
|
||||
wxLogInfo(wxT("XLX enabled: %d, Hosts file url: %s"), int(xlxEnabled), xlxHostsFileUrl.c_str());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue