Make driver_adjust_system_rates into a static function again

This commit is contained in:
twinaphex 2015-01-18 19:32:40 +01:00
parent be3ac6eccd
commit b4a26e2e30
2 changed files with 1 additions and 3 deletions

View File

@ -204,7 +204,7 @@ void init_drivers_pre(void)
#endif
}
void driver_adjust_system_rates(void)
static void driver_adjust_system_rates(void)
{
audio_monitor_adjust_system_rates();
video_monitor_adjust_system_rates();

View File

@ -358,8 +358,6 @@ void find_next_driver(const char *label, char *str, size_t sizeof_str);
**/
void driver_set_nonblock_state(bool enable);
void driver_adjust_system_rates(void);
/**
* driver_set_refresh_rate:
* @hz : New refresh rate for monitor.