From 49660c9bc094011f47d2766a4cdfbcf4cf5e0efe Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 28 May 2014 03:38:52 +0200 Subject: [PATCH] (Win) Build fix --- driver.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/driver.h b/driver.h index 43fc5365f2..f276a6a3a2 100644 --- a/driver.h +++ b/driver.h @@ -580,8 +580,6 @@ void find_prev_location_driver(void); void find_next_location_driver(void); #endif -void find_image_driver(void); - void driver_set_monitor_refresh_rate(float hz); bool driver_monitor_fps_statistics(double *refresh_rate, double *deviation, unsigned *sample_points); void driver_set_nonblock_state(bool nonblock);