output/Interface: remove unused attribute "parent"
This commit is contained in:
parent
fe9ffcb9d2
commit
7381236de6
|
@ -21,7 +21,6 @@
|
|||
#define MPD_AUDIO_OUTPUT_INTERFACE_HXX
|
||||
|
||||
struct AudioOutputPlugin;
|
||||
struct FilteredAudioOutput;
|
||||
|
||||
struct AudioOutput {
|
||||
/**
|
||||
|
@ -29,8 +28,6 @@ struct AudioOutput {
|
|||
*/
|
||||
const AudioOutputPlugin &plugin;
|
||||
|
||||
FilteredAudioOutput *parent;
|
||||
|
||||
bool need_fully_defined_audio_format = false;
|
||||
|
||||
AudioOutput(const AudioOutputPlugin &_plugin)
|
||||
|
|
Loading…
Reference in New Issue