Log: Remove redundant channel

This commit is contained in:
Stenzek 2025-07-20 16:58:24 +10:00
parent 9321a32d39
commit 7c01bde94e
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -57,7 +57,6 @@
X(SIO) \
X(SPU) \
X(Settings) \
X(SettingsWindow) \
X(ShaderGen) \
X(Sockets) \
X(StateWrapper) \

View File

@ -38,7 +38,7 @@
#include "moc_settingswindow.cpp"
LOG_CHANNEL(SettingsWindow);
LOG_CHANNEL(Host);
static QList<SettingsWindow*> s_open_game_properties_dialogs;