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