1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-31 01:29:41 +01:00

MainWindow: Remove unused variable

This commit is contained in:
Jonas Kvinge 2024-09-28 12:27:02 +02:00
parent dae4943593
commit ce3db115a3

View File

@ -404,7 +404,6 @@ class MainWindow : public QMainWindow, public PlatformInterface {
bool exit_;
int exit_count_;
bool delete_files_;
bool ignore_close_;
};