mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-18 09:23:44 +00:00
DM: remove unused function console_key_event
Change-Id: I6ab81750757fd12929fd60c9d7fa92fd96c9520b Tracked-On: #3123 Signed-off-by: Ying Liu <ying2.liu@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
parent
aacc6e5926
commit
12f55d1389
@ -90,13 +90,6 @@ console_ptr_unregister()
|
||||
console.ptr_priority = 0;
|
||||
}
|
||||
|
||||
void
|
||||
console_key_event(int down, uint32_t keysym)
|
||||
{
|
||||
if (console.kbd_event_cb)
|
||||
(*console.kbd_event_cb)(down, keysym, console.kbd_arg);
|
||||
}
|
||||
|
||||
void
|
||||
console_ptr_event(uint8_t button, int x, int y)
|
||||
{
|
||||
|
@ -39,7 +39,6 @@ struct gfx_ctx_image *console_get_image(void);
|
||||
|
||||
void console_kbd_register(kbd_event_func_t event_cb, void *arg, int pri);
|
||||
void console_kbd_unregister(void);
|
||||
void console_key_event(int down, uint32_t keysym);
|
||||
|
||||
void console_ptr_register(ptr_event_func_t event_cb, void *arg, int pri);
|
||||
void console_ptr_unregister(void);
|
||||
|
Loading…
Reference in New Issue
Block a user