Remove unused UpdateArea method
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Yuri Benditovich <yuri.benditovich@daynix.com>
This commit is contained in:
parent
72d2105c92
commit
f013c0c5fc
@ -5012,17 +5012,6 @@ VOID QxlDevice::DpcRoutine(PVOID)
|
|||||||
DbgPrint(TRACE_LEVEL_VERBOSE, ("<--- %s\n", __FUNCTION__));
|
DbgPrint(TRACE_LEVEL_VERBOSE, ("<--- %s\n", __FUNCTION__));
|
||||||
}
|
}
|
||||||
|
|
||||||
VOID QxlDevice::UpdateArea(CONST RECT* area, UINT32 surface_id)
|
|
||||||
{
|
|
||||||
PAGED_CODE();
|
|
||||||
DbgPrint(TRACE_LEVEL_VERBOSE, ("---> %s\n", __FUNCTION__));
|
|
||||||
CopyRect(&m_RamHdr->update_area, area);
|
|
||||||
m_RamHdr->update_surface = surface_id;
|
|
||||||
// AsyncIo(QXL_IO_UPDATE_AREA_ASYNC, 0);
|
|
||||||
SyncIo(QXL_IO_UPDATE_AREA, 0);
|
|
||||||
DbgPrint(TRACE_LEVEL_VERBOSE, ("<--- %s\n", __FUNCTION__));
|
|
||||||
}
|
|
||||||
|
|
||||||
QXL_NON_PAGED
|
QXL_NON_PAGED
|
||||||
UINT BPPFromPixelFormat(D3DDDIFORMAT Format)
|
UINT BPPFromPixelFormat(D3DDDIFORMAT Format)
|
||||||
{
|
{
|
||||||
|
@ -562,7 +562,6 @@ protected:
|
|||||||
QXLDrawable *GetDrawable();
|
QXLDrawable *GetDrawable();
|
||||||
QXLCursorCmd *CursorCmd();
|
QXLCursorCmd *CursorCmd();
|
||||||
void *AllocMem(UINT32 mspace_type, size_t size, BOOL force);
|
void *AllocMem(UINT32 mspace_type, size_t size, BOOL force);
|
||||||
VOID UpdateArea(CONST RECT* area, UINT32 surface_id);
|
|
||||||
VOID SetImageId(InternalImage *internal,
|
VOID SetImageId(InternalImage *internal,
|
||||||
BOOL cache_me,
|
BOOL cache_me,
|
||||||
LONG width,
|
LONG width,
|
||||||
|
Loading…
Reference in New Issue
Block a user