From: Juergen Spitzmueller Date: Fri, 11 Dec 2020 08:08:10 +0000 (+0100) Subject: Remove unused function X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b2ab3948328edac1676255de5a1fba7b8e83708d;p=features.git Remove unused function --- 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.