summaryrefslogtreecommitdiffstats
path: root/sub/sd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/sd.h')
-rw-r--r--sub/sd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sub/sd.h b/sub/sd.h
index 2d9207dc48..c73f74e151 100644
--- a/sub/sd.h
+++ b/sub/sd.h
@@ -17,11 +17,6 @@ struct sd {
void *priv;
struct sh_stream *sh;
-
- // Video resolution used for subtitle decoding. Doesn't necessarily match
- // the resolution of the VO, nor does it have to be the OSD resolution.
- int sub_video_w, sub_video_h;
-
double video_fps;
// Shared renderer for ASS - done to avoid reloading embedded fonts.