From db410cc257cc7d061db801798ffcd7015b36f2eb Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 29 Dec 2025 22:14:08 +0100 Subject: [PATCH] MainWindow: Remove unused declaration --- src/core/mainwindow.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/core/mainwindow.h b/src/core/mainwindow.h index ed4fd85d2..9fea5527e 100644 --- a/src/core/mainwindow.h +++ b/src/core/mainwindow.h @@ -43,7 +43,6 @@ #include #include #include -#include #include #include @@ -290,9 +289,6 @@ class MainWindow : public QMainWindow, public PlatformInterface { void CheckFullRescanRevisions(); - // creates the icon by painting the full one depending on the current position - QPixmap CreateOverlayedIcon(const int position, const int scrobble_point); - void GetCoverAutomatically(); void SetToggleScrobblingIcon(const bool value);