(rmenu.h) Get rid of useless externs

This commit is contained in:
twinaphex 2013-09-28 04:28:28 +02:00
parent c5beaec16c
commit 74cfcfa713
1 changed files with 0 additions and 4 deletions

View File

@ -212,8 +212,4 @@ enum
#define MAX_NO_OF_SHADERMAN_SETTINGS SHADERMAN_SHADER_PASSES+1
#endif
void menu_init (void);
bool menu_iterate(void);
void menu_free (void);
#endif /* MENU_H_ */