From f94f5bec1c0563954924d7e036d0f70970236b16 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Fri, 14 Mar 2014 11:48:07 -0700 Subject: xrdp: speed up bitmap cache lookup using hash table --- xrdp/xrdp.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'xrdp/xrdp.h') diff --git a/xrdp/xrdp.h b/xrdp/xrdp.h index 5dc20ecd..a4d2971b 100644 --- a/xrdp/xrdp.h +++ b/xrdp/xrdp.h @@ -213,9 +213,6 @@ int APP_CC xrdp_bitmap_compare(struct xrdp_bitmap* self, struct xrdp_bitmap* b); int APP_CC -xrdp_bitmap_compare_with_crc(struct xrdp_bitmap* self, - struct xrdp_bitmap* b); -int APP_CC xrdp_bitmap_invalidate(struct xrdp_bitmap* self, struct xrdp_rect* rect); int APP_CC xrdp_bitmap_def_proc(struct xrdp_bitmap* self, int msg, -- cgit v1.2.1