diff options
Diffstat (limited to '')
-rw-r--r-- | src/output_internal.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/output_internal.h b/src/output_internal.h index cfa231210..97b242551 100644 --- a/src/output_internal.h +++ b/src/output_internal.h @@ -109,11 +109,6 @@ struct audio_output { const struct tag *tag; } args; - - /** - * Result value of the command. true means success. - */ - bool result; }; /** @@ -134,10 +129,4 @@ audio_output_command_is_finished(const struct audio_output *ao) return ao->command == AO_COMMAND_NONE; } -static inline bool -audio_output_get_result(const struct audio_output *ao) -{ - return ao->result; -} - #endif |