Cleanup variables

This commit is contained in:
Twinaphex 2017-01-19 00:11:29 +01:00
parent 99622cee14
commit 78e06ca07f

View File

@ -314,7 +314,6 @@ void gl_set_viewport(void *data, video_frame_info_t *video_info,
float device_aspect = (float)viewport_width / viewport_height;
struct video_ortho ortho = {0, 1, 0, 1, -1, 1};
gl_t *gl = (gl_t*)data;
unsigned width = video_info->width;
unsigned height = video_info->height;
aspect_data.aspect = &device_aspect;