comparison input/input.h @ 31319:14bbe725b50e

Remove unused mp_input_init parameter.
author reimar
date Sun, 13 Jun 2010 17:10:52 +0000
parents 0b7792622c88
children a6c25d94e60e
comparison
equal deleted inserted replaced
31318:2211cc2fb0c3 31319:14bbe725b50e
309 char* 309 char*
310 mp_input_get_section(void); 310 mp_input_get_section(void);
311 311
312 // When you create a new driver you should add it in these 2 functions. 312 // When you create a new driver you should add it in these 2 functions.
313 void 313 void
314 mp_input_init(int use_gui); 314 mp_input_init(void);
315 315
316 void 316 void
317 mp_input_uninit(void); 317 mp_input_uninit(void);
318 318
319 void mp_input_register_options(m_config_t* cfg); 319 void mp_input_register_options(m_config_t* cfg);