Removed unused function.

This commit is contained in:
Armin Novak 2016-10-10 11:33:31 +02:00
parent eecc4b189f
commit fa71427c6b
1 changed files with 36 additions and 40 deletions

View File

@ -43,10 +43,6 @@ static rdpBitmap* bitmap_cache_get(rdpBitmapCache* bitmapCache, UINT32 id,
static BOOL bitmap_cache_put(rdpBitmapCache* bitmap_cache, UINT32 id,
UINT32 index, rdpBitmap* bitmap);
static void bitmap_free(rdpContext* context, rdpBitmap* bitmap)
{
}
static BOOL update_gdi_memblt(rdpContext* context,
MEMBLT_ORDER* memblt)
{