From: Li Xiaoming Date: Fri, 22 Nov 2019 09:30:25 +0000 (+0100) Subject: fix(main.cpp): remove unused function noOutput X-Git-Tag: 8.99.2^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=e002a695538b61602313ab019ba30caaa8f30a28;p=apps%2Flauncher.git fix(main.cpp): remove unused function noOutput Bug-AGL: SPEC-2807 Change-Id: Ieb3174a740e52f5ca46af0290ec302e4f5b800fe Signed-off-by: Li Xiaoming --- diff --git a/launcher/src/main.cpp b/launcher/src/main.cpp index e56ff5a..e550948 100644 --- a/launcher/src/main.cpp +++ b/launcher/src/main.cpp @@ -45,10 +45,6 @@ struct Cleanup { } }; -void noOutput(QtMsgType, const QMessageLogContext &, const QString &) -{ -} - } int main(int argc, char *argv[])