mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-26 11:14:03 +00:00
DM: remove unused function gc_init
Change-Id: I91f498b9ae98002bc86b78fce2a0836c508b3945 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
43c01f8e26
commit
d19d0e26c6
@@ -40,7 +40,6 @@ struct gfx_ctx_image {
|
||||
uint32_t *data;
|
||||
};
|
||||
|
||||
struct gfx_ctx *gc_init(int width, int height, void *fbaddr);
|
||||
struct gfx_ctx_image *gc_get_image(struct gfx_ctx *gc);
|
||||
|
||||
#endif /* _GC_H_ */
|
||||
|
Reference in New Issue
Block a user