From c987d66cef2205fc1cf4284104bd8bcc6eb092d0 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Sun, 20 Jan 2019 22:17:51 +0000 Subject: source: Remove obsolete fields --- src/source.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/source.h') diff --git a/src/source.h b/src/source.h index 2f6b44d..74501ed 100644 --- a/src/source.h +++ b/src/source.h @@ -36,13 +36,6 @@ struct imv_source { /* Next frame to be loaded, 0-indexed */ int next_frame; - /* Frames are returned using SDL events. These two fields must be - * populated by callers before calling any frame loading functionality - * on the source. - */ - unsigned int image_event_id; - unsigned int error_event_id; - /* Trigger loading of the first frame. */ void (*load_first_frame)(struct imv_source *src); -- cgit v1.2.3