mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-01-03 06:59:56 +01:00
Remove unused variable
This commit is contained in:
parent
ff62562e3a
commit
3a87e91b5e
|
|
@ -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…
Reference in a new issue