aboutsummaryrefslogtreecommitdiff
path: root/src/source.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/source.h')
-rw-r--r--src/source.h7
1 files changed, 0 insertions, 7 deletions
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);