From 76f7114b4717c74f36145358e71e3e091c767ac1 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 14 Feb 2016 05:44:10 +0100 Subject: [PATCH] Remove duplicate prototype --- gfx/video_driver.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gfx/video_driver.h b/gfx/video_driver.h index a448282669..5c77af9ec4 100644 --- a/gfx/video_driver.h +++ b/gfx/video_driver.h @@ -403,9 +403,6 @@ void video_driver_set_texture_enable(bool enable, bool full_screen); void video_driver_set_texture_frame(const void *frame, bool rgb32, unsigned width, unsigned height, float alpha); -bool video_driver_set_shader(enum rarch_shader_type type, - const char *path); - #ifdef HAVE_OVERLAY bool video_driver_overlay_interface( const video_overlay_interface_t **iface);