diff --git a/device/device.h b/device/device.h index 9007dca..cc1b44c 100644 --- a/device/device.h +++ b/device/device.h @@ -51,7 +51,6 @@ typedef struct device_s { }; bool paused; - bool decoder_started; } device_t; device_t *device_open(const char *name, const char *path, device_hw_t *hw);