diff options
Diffstat (limited to 'src/client/Client.hxx')
-rw-r--r-- | src/client/Client.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/client/Client.hxx b/src/client/Client.hxx index 0e3047d58..38127b124 100644 --- a/src/client/Client.hxx +++ b/src/client/Client.hxx @@ -51,12 +51,6 @@ public: struct playlist &playlist; struct PlayerControl &player_control; - struct Disposer { - void operator()(Client *client) const { - delete client; - } - }; - unsigned permission; /** the uid of the client process, or -1 if unknown */ |