From b2ab3948328edac1676255de5a1fba7b8e83708d Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Fri, 11 Dec 2020 09:08:10 +0100 Subject: [PATCH] Remove unused function --- src/frontends/qt/GuiApplication.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/frontends/qt/GuiApplication.h b/src/frontends/qt/GuiApplication.h index 2235fbc814..f37e25258d 100644 --- a/src/frontends/qt/GuiApplication.h +++ b/src/frontends/qt/GuiApplication.h @@ -264,9 +264,6 @@ private: extern GuiApplication * guiApp; -/// \return the icon file name for the given action. -QString iconName(FuncRequest const & f, bool unknown, - QString const & suffix = QString()); /// \return the pixmap for the given path, name and extension. /// in case of errors a warning is produced and an empty pixmap is returned. -- 2.39.2