Remove unused include for macOS

This commit is contained in:
Jonas Kvinge 2021-03-13 02:00:38 +01:00
parent f77e7334c5
commit efcdfdf612
1 changed files with 0 additions and 4 deletions

View File

@ -73,10 +73,6 @@
#include "playlist/playlist.h"
#include "playlistdelegates.h"
#ifdef Q_OS_MACOS
#include "core/mac_utilities.h"
#endif // Q_OS_MACOS
const int QueuedItemDelegate::kQueueBoxBorder = 1;
const int QueuedItemDelegate::kQueueBoxCornerRadius = 3;
const int QueuedItemDelegate::kQueueBoxLength = 30;