diff options
author | Max Kellermann <max@musicpd.org> | 2017-02-20 12:44:09 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-02-25 09:24:19 +0100 |
commit | 668724de4e94c3191f0f593ba261c91d076728fc (patch) | |
tree | 165bbbcece4f38e769c5625114f572a6c102a354 /src/client/ClientNew.cxx | |
parent | 71ce1a25dd08a730acd51378618b73ab6174bd13 (diff) |
Client: replace playlist and player_control with getter methods
Prepare to convert "partition" to a mutable pointer.
Diffstat (limited to 'src/client/ClientNew.cxx')
-rw-r--r-- | src/client/ClientNew.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/ClientNew.cxx b/src/client/ClientNew.cxx index 42ccadb63..b4dd4292f 100644 --- a/src/client/ClientNew.cxx +++ b/src/client/ClientNew.cxx @@ -46,7 +46,6 @@ Client::Client(EventLoop &_loop, Partition &_partition, :FullyBufferedSocket(_fd, _loop, 16384, client_max_output_buffer_size), TimeoutMonitor(_loop), partition(_partition), - playlist(partition.playlist), player_control(partition.pc), permission(getDefaultPermissions()), uid(_uid), num(_num), |