mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
Remove unused function declarations
Unused function declarations were found using a simple gcc plugin and manually verified by grepping the sources. Signed-off-by: Ladi Prosek <lprosek@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
d7d26226b8
commit
d4b84d564e
31 changed files with 0 additions and 82 deletions
|
@ -65,6 +65,4 @@ void qemu_input_check_mode_change(void);
|
|||
void qemu_add_mouse_mode_change_notifier(Notifier *notify);
|
||||
void qemu_remove_mouse_mode_change_notifier(Notifier *notify);
|
||||
|
||||
int input_linux_init(void *opaque, QemuOpts *opts, Error **errp);
|
||||
|
||||
#endif /* INPUT_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue