mirror of https://github.com/FreeRDP/FreeRDP
Removed unused function.
This commit is contained in:
parent
eecc4b189f
commit
fa71427c6b
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue