diff options
author | Alan Hourihane <alanh@jetpack.demon.co.uk> | 2006-04-12 21:54:50 +0100 |
---|---|---|
committer | Alan Hourihane <alanh@jetpack.demon.co.uk> | 2006-04-12 21:54:50 +0100 |
commit | 3c9bc19db63a317db9e2d67a5bc15b1de1a1060a (patch) | |
tree | 22942078a867a917471484f3b51815aee190bdff /src | |
parent | a797a6626a8117cd16456a206ed96300e4a0ceeb (diff) |
fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/i830_video.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i830_video.c b/src/i830_video.c index afdc99aa..0ae68607 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -1390,9 +1390,7 @@ I830DisplayVideo(ScrnInfoPtr pScrn, int id, short width, short height, /* When in dual head with different bpp setups we need to refresh the * color key, so let's reset the video parameters and refresh here */ -#if 0 if (pI830->entityPrivate) -#endif I830ResetVideo(pScrn); /* Ensure overlay is turned on with OVERLAY_ENABLE at 0 */ |