queue/Playlist: remove redundant "struct" keyword
This commit is contained in:
parent
008a9560fe
commit
ba43ec5759
@ -35,7 +35,7 @@ struct playlist {
|
|||||||
/**
|
/**
|
||||||
* The song queue - it contains the "real" playlist.
|
* The song queue - it contains the "real" playlist.
|
||||||
*/
|
*/
|
||||||
struct Queue queue;
|
Queue queue;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This value is true if the player is currently playing (or
|
* This value is true if the player is currently playing (or
|
||||||
|
Loading…
Reference in New Issue
Block a user