fix(main.cpp): remove unused function noOutput
[apps/launcher.git] / launcher / src / main.cpp
index e56ff5a..e550948 100644 (file)
@@ -45,10 +45,6 @@ struct Cleanup {
     }
 };
 
-void noOutput(QtMsgType, const QMessageLogContext &, const QString &)
-{
-}
-
 }
 
 int main(int argc, char *argv[])