mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-16 22:39:29 +00:00
DM: remove unused function console_refresh
Change-Id: I7ad16ecf3325e012fd738f2774aec6d957efd678 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:
committed by
ACRN System Integration
parent
2711e553ce
commit
aacc6e5926
@@ -54,13 +54,6 @@ console_get_image(void)
|
||||
return image;
|
||||
}
|
||||
|
||||
void
|
||||
console_refresh(void)
|
||||
{
|
||||
if (console.fb_render_cb)
|
||||
(*console.fb_render_cb)(console.gc, console.fb_arg);
|
||||
}
|
||||
|
||||
void
|
||||
console_kbd_register(kbd_event_func_t event_cb, void *arg, int pri)
|
||||
{
|
||||
|
Reference in New Issue
Block a user