diff options
author | Alan Hourihane <alanh@jetpack.demon.co.uk> | 2006-04-12 21:55:31 +0100 |
---|---|---|
committer | Alan Hourihane <alanh@jetpack.demon.co.uk> | 2006-04-12 21:55:31 +0100 |
commit | 830fa81792a613fe2127a2b89a3eaa326f56114c (patch) | |
tree | 6eecb2ebf4b4909db1eeeee64cdfaa7418f1fec1 | |
parent | d6edffee7d987ef551e1a94d9fac21beb72a9598 (diff) |
fix typo
-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 */ |