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:
yliu79
2019-05-22 10:26:55 -07:00
committed by ACRN System Integration
parent d153bb8664
commit e6360b9b7f
2 changed files with 0 additions and 19 deletions

View File

@@ -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_ */