summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2016-09-12 22:58:15 +0100
committerFrediano Ziglio <fziglio@redhat.com>2017-04-12 15:49:15 +0100
commitf013c0c5fc352cbe2459a71c35f6568309c62415 (patch)
treecd9f0d433add954f6c591cbd8514ddb214603677
parent72d2105c92630d57c786017759113e9126f2c44a (diff)
Remove unused UpdateArea method
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Yuri Benditovich <yuri.benditovich@daynix.com>
-rwxr-xr-xqxldod/QxlDod.cpp11
-rwxr-xr-xqxldod/QxlDod.h1
2 files changed, 0 insertions, 12 deletions
diff --git a/qxldod/QxlDod.cpp b/qxldod/QxlDod.cpp
index af9c93b..03ef170 100755
--- a/qxldod/QxlDod.cpp
+++ b/qxldod/QxlDod.cpp
@@ -5012,17 +5012,6 @@ VOID QxlDevice::DpcRoutine(PVOID)
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
UINT BPPFromPixelFormat(D3DDDIFORMAT Format)
{
diff --git a/qxldod/QxlDod.h b/qxldod/QxlDod.h
index 9cb120d..2f7e819 100755
--- a/qxldod/QxlDod.h
+++ b/qxldod/QxlDod.h
@@ -562,7 +562,6 @@ protected:
QXLDrawable *GetDrawable();
QXLCursorCmd *CursorCmd();
void *AllocMem(UINT32 mspace_type, size_t size, BOOL force);
- VOID UpdateArea(CONST RECT* area, UINT32 surface_id);
VOID SetImageId(InternalImage *internal,
BOOL cache_me,
LONG width,