mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-17 20:09:50 +01:00
Removing conditional from function definition
This commit is contained in:
parent
4f79898e2d
commit
8500dce6b3
@ -219,9 +219,7 @@ class MainWindow : public QMainWindow, public PlatformInterface {
|
||||
void AddFolder();
|
||||
void AddStream();
|
||||
void AddStreamAccepted();
|
||||
#ifdef HAVE_AUDIOCD
|
||||
void OpenRipCD();
|
||||
#endif
|
||||
void OpenRipCD();
|
||||
void AddCDTracks();
|
||||
void AddPodcast();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user