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