diff options
author | Max Kellermann <max@musicpd.org> | 2019-05-31 13:56:50 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-05-31 13:58:57 +0200 |
commit | de3cd96c764038e6397821fa5aa22de43facfe47 (patch) | |
tree | 401f839a955577553bd104a99ba6980737ac7f6c /src | |
parent | d8cf7d1ef0afbd53ae928580a2245820b0431e7d (diff) |
queue/Playlist: remove destructor
Diffstat (limited to 'src')
-rw-r--r-- | src/queue/Playlist.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/queue/Playlist.hxx b/src/queue/Playlist.hxx index db4baa029..73a78a40d 100644 --- a/src/queue/Playlist.hxx +++ b/src/queue/Playlist.hxx @@ -98,9 +98,6 @@ struct playlist { { } - ~playlist() { - } - uint32_t GetVersion() const { return queue.version; } |