1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-16 19:31:02 +01:00

Remove debug output

This commit is contained in:
David Sansome 2010-05-19 15:53:32 +00:00
parent 4d57ccb41c
commit becdbb05a3

View File

@ -32,8 +32,6 @@ QIcon IconLoader::Load(const QString &name) {
if (!ret.isNull())
return ret;
qWarning() << "icon" << name << "not found in theme";
// Otherwise use our fallback theme
const QString path(":/icons/%1x%2/%3.png");
foreach (int size, sizes_) {