Settings: Remove unused variables

This commit is contained in:
Albert Liu 2020-12-13 23:46:06 -08:00
parent 2c76ad204a
commit b4fb1e20d8
1 changed files with 0 additions and 4 deletions

View File

@ -116,10 +116,6 @@ struct Settings
s16 display_active_end_offset = 0;
s8 display_line_start_offset = 0;
s8 display_line_end_offset = 0;
s8 display_crop_left = 0;
s8 display_crop_right = 0;
s8 display_crop_top = 0;
s8 display_crop_bottom = 0;
bool display_force_4_3_for_24bit = false;
bool gpu_24bit_chroma_smoothing = false;
bool display_linear_filtering = true;