From ea23a86f49c4aff2c2c144829ba5563def460b26 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 3 Jul 2016 19:30:27 +0200 Subject: sub: remove unused sub_bitmaps.scaled field --- sub/osd.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sub/osd.h') diff --git a/sub/osd.h b/sub/osd.h index 9c5be1c56b..6bfa6dd525 100644 --- a/sub/osd.h +++ b/sub/osd.h @@ -58,10 +58,6 @@ struct sub_bitmaps { enum sub_bitmap_format format; - // If false, dw==w && dh==h. - // SUBBITMAP_LIBASS is never scaled. - bool scaled; - struct sub_bitmap *parts; int num_parts; -- cgit v1.2.3