summaryrefslogtreecommitdiffstats
path: root/sub/osd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sub/osd.c')
-rw-r--r--sub/osd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sub/osd.c b/sub/osd.c
index 55edf6b123..381fa8892d 100644
--- a/sub/osd.c
+++ b/sub/osd.c
@@ -436,5 +436,4 @@ void osd_rescale_bitmaps(struct sub_bitmaps *imgs, int frame_w, int frame_h,
bi->dw = (int)(bi->w * xscale + 0.5);
bi->dh = (int)(bi->h * yscale + 0.5);
}
- imgs->scaled = xscale != 1 || yscale != 1;
}