Cleanup in driver.h

This commit is contained in:
twinaphex 2015-01-12 20:09:36 +01:00
parent cc1bbac89c
commit 72a7f43736

View File

@ -471,15 +471,6 @@ bool driver_update_system_av_info(const struct retro_system_av_info *info);
extern driver_t driver;
/**
* config_get_video_driver_options:
*
* Get an enumerated list of all video driver names, separated by '|'.
*
* Returns: string listing of all video driver names, separated by '|'.
**/
const char* config_get_video_driver_options(void);
/**
* find_driver_index:
* @label : string of driver type to be found.