From 69d91b60d58ca92792af4545d59ea988ba2ea286 Mon Sep 17 00:00:00 2001 From: audoban Date: Sun, 26 Feb 2017 12:39:31 -0500 Subject: [PATCH] unused function --- app/main.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/main.cpp b/app/main.cpp index 07b186e92..d5ffae8ec 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -48,7 +48,6 @@ #define CRED "\e[0;31m" inline void configureAboutData(); -inline void commandLineOptions(); int main(int argc, char **argv) { // Devive pixel ratio has some problems in latte (plasmashell) currently. @@ -159,9 +158,3 @@ inline void configureAboutData() KAboutData::setApplicationData(about); } - -inline void commandLineOptions() -{ - -} -