summaryrefslogtreecommitdiffstats
path: root/sub/sd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/sd.h')
-rw-r--r--sub/sd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sub/sd.h b/sub/sd.h
index 78b9825ead..3f348fcb32 100644
--- a/sub/sd.h
+++ b/sub/sd.h
@@ -28,9 +28,6 @@ struct sd {
// Resolution hints stored in mp4 files.
int sub_stream_w, sub_stream_h;
- // Make sd_ass use an existing track
- struct ass_track *ass_track;
-
// Shared renderer for ASS - done to avoid reloading embedded fonts.
struct ass_library *ass_library;
struct ass_renderer *ass_renderer;