Commit 7381236d authored by Max Kellermann's avatar Max Kellermann

output/Interface: remove unused attribute "parent"

parent fe9ffcb9
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment