mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-17 19:18:36 +01:00
Mark unused
This commit is contained in:
parent
acf81f116f
commit
03291b27d1
@ -360,6 +360,10 @@ void OSDBase::RepeatModeChanged(PlaylistSequence::RepeatMode mode) {
|
|||||||
|
|
||||||
QString OSDBase::ReplaceMessage(const MessageType type, const QString &message, const Song &song) {
|
QString OSDBase::ReplaceMessage(const MessageType type, const QString &message, const Song &song) {
|
||||||
|
|
||||||
|
#ifndef HAVE_DBUS
|
||||||
|
Q_UNUSED(type)
|
||||||
|
#endif
|
||||||
|
|
||||||
bool html_escaped = false;
|
bool html_escaped = false;
|
||||||
QString newline = "";
|
QString newline = "";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user