mirror of https://github.com/xemu-project/xemu.git
ui: Drop duplicate declaration of xemu_monitor_init
This commit is contained in:
parent
6c389194b6
commit
4c5858bd20
|
@ -32,7 +32,6 @@ extern "C" {
|
|||
|
||||
// Implemented in xemu.c
|
||||
int xemu_is_fullscreen(void);
|
||||
void xemu_monitor_init(void);
|
||||
void xemu_toggle_fullscreen(void);
|
||||
void xemu_eject_disc(Error **errp);
|
||||
void xemu_load_disc(const char *path, Error **errp);
|
||||
|
|
Loading…
Reference in New Issue