From 2413c7f4fce1ead47e70abed3b9856656ef00a3e Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Fri, 24 Feb 2023 19:59:46 +0100 Subject: [PATCH] device: remove `decoder_started` --- device/device.h | 1 - 1 file changed, 1 deletion(-) 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);