From b2e0ee346ee2e6b78f7f91bd372406fb86a1b7fc Mon Sep 17 00:00:00 2001 From: olf Date: Sun, 16 Jun 2024 17:56:52 +0200 Subject: [PATCH] =?UTF-8?q?[src/utils.h]=20Remove=20function=20declaration?= =?UTF-8?q?=20`startMafw`=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …, because it appears to be dead code; for details see issue #101. --- src/utils.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils.h b/src/utils.h index 9fb7637..1082ac2 100644 --- a/src/utils.h +++ b/src/utils.h @@ -107,8 +107,6 @@ public slots: void setOrientation(QString val); - void startMafw(QString artist, QString title); - void createAlbumArt(QString imagepath); void removeAlbumArt();