From a8824f12ddfe66585db43fb0f92d7c90b5bbd19d Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 23 Oct 2012 21:23:53 +0200 Subject: options: remove --subfont-autoscale (changes default font scale) The code for this option attempted to emulate the old as-documented behavior. It wasn't very good at it, and now that the old OSD code has been removed, it's entirely pointless. This removes the factor 1.7 with which --subfont-text-scale was multiplied. --- sub/sub.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sub/sub.h') diff --git a/sub/sub.h b/sub/sub.h index 2c54bfb56b..70adadcc70 100644 --- a/sub/sub.h +++ b/sub/sub.h @@ -182,7 +182,6 @@ extern char *sub_cp; extern int sub_pos; extern float text_font_scale_factor; -extern int subtitle_autoscale; extern char *font_name; extern char *sub_font_name; -- cgit v1.2.3