From 011f1012fbba5211fab62db6d7e8d6e4f2203983 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 20 Nov 2016 15:21:02 +0100 Subject: [PATCH] Cleanup --- gfx/video_context_driver.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gfx/video_context_driver.c b/gfx/video_context_driver.c index c6bfa11dc5..8eeb61be0d 100644 --- a/gfx/video_context_driver.c +++ b/gfx/video_context_driver.c @@ -269,7 +269,6 @@ const gfx_ctx_driver_t *video_context_driver_init_first(void *data, bool video_context_driver_check_window(gfx_ctx_size_t *size_data) { if ( video_context_data - && size_data && current_video_context && current_video_context->check_window) {