Silenced a debug output.

This commit is contained in:
LoRd_MuldeR 2016-12-23 22:15:26 +01:00
parent 37e7f72069
commit 709488b7c1

View File

@ -426,7 +426,6 @@ void MUtils::Terminal::set_icon(const QIcon &icon)
if (const SetConsoleIconFun pSetConsoleIconFun = MUtils::Win32Utils::resolve<SetConsoleIconFun>(QLatin1String("kernel32"), QLatin1String("SetConsoleIcon")))
{
const DWORD before = GetLastError();
qWarning("[Before: 0x%08X]", before);
if (pSetConsoleIconFun(hIcon))
{
success = true;