diff --git a/retroarch.c b/retroarch.c index bfe6d31d04..e9a779f1c9 100644 --- a/retroarch.c +++ b/retroarch.c @@ -22941,7 +22941,6 @@ void video_driver_build_info(video_frame_info_t *video_info) video_info->memory_show = settings->bools.video_memory_show; video_info->statistics_show = settings->bools.video_statistics_show; video_info->framecount_show = settings->bools.video_framecount_show; - video_info->scale_integer = settings->bools.video_scale_integer; video_info->aspect_ratio_idx = settings->uints.video_aspect_ratio_idx; video_info->post_filter_record = settings->bools.video_post_filter_record; video_info->input_menu_swap_ok_cancel_buttons = settings->bools.input_menu_swap_ok_cancel_buttons; diff --git a/retroarch.h b/retroarch.h index e4ddbcffec..fbcd16b521 100644 --- a/retroarch.h +++ b/retroarch.h @@ -1108,7 +1108,6 @@ typedef struct video_frame_info bool memory_show; bool statistics_show; bool framecount_show; - bool scale_integer; bool post_filter_record; bool windowed_fullscreen; bool fullscreen;