]> git.lyx.org Git - features.git/commitdiff
Remove unused function
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 11 Dec 2020 08:08:10 +0000 (09:08 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 11 Dec 2020 08:08:10 +0000 (09:08 +0100)
src/frontends/qt/GuiApplication.h

index 2235fbc81463454db5a92e816e2b66bdc378d207..f37e25258dba8ec38fe8788278bb0b304ff1f77b 100644 (file)
@@ -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.