From 82337dec44347017ca04fe975e85e6d9e4edb635 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 11 May 2014 16:59:19 +0200 Subject: InputStream: add virtual destructor Replaces the method Close(). --- src/input/InputPlugin.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/input/InputPlugin.hxx') diff --git a/src/input/InputPlugin.hxx b/src/input/InputPlugin.hxx index 412ca4cf9..449604434 100644 --- a/src/input/InputPlugin.hxx +++ b/src/input/InputPlugin.hxx @@ -82,7 +82,6 @@ struct InputPlugin { InputStream *(*open)(const char *uri, Mutex &mutex, Cond &cond, Error &error); - void (*close)(InputStream *is); /** * Check for errors that may have occurred in the I/O thread. -- cgit v1.2.3