diff options
author | Keith Packard <keithp@keithp.com> | 2003-10-19 20:46:23 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-10-19 20:46:23 +0000 |
commit | 9a05f8f7858641b780046ad69d61f21ccbb93db8 (patch) | |
tree | 6c4bc168418da5bc84965d3a6c02a806c477f0ac /hw/kdrive/src/kaa.c | |
parent | 16b2ea64e7e0bd32d6dba078b4891167bd335d44 (diff) |
Minor cleanups -- remove a couple of bogus KdCheckSync calls, restructure
KdOffscreenSwapOut to avoid unneeded 'continue'
Diffstat (limited to 'hw/kdrive/src/kaa.c')
-rw-r--r-- | hw/kdrive/src/kaa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/kdrive/src/kaa.c b/hw/kdrive/src/kaa.c index 139c9fcf1..9b1457d77 100644 --- a/hw/kdrive/src/kaa.c +++ b/hw/kdrive/src/kaa.c @@ -262,7 +262,6 @@ kaaDestroyPixmap (PixmapPtr pPixmap) pPixmap->drawable.width, pPixmap->drawable.height)); /* Free the offscreen area */ - KdCheckSync (pScreen); KdOffscreenFree (pKaaPixmap->area); pPixmap->devPrivate = pKaaPixmap->devPrivate; pPixmap->devKind = pKaaPixmap->devKind; |