Remove warning about building composite

This commit is contained in:
David Reveman 2006-02-10 16:31:14 +00:00
parent 361f4259cc
commit e880ca969c
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2006-02-10 David Reveman <davidr@novell.com>
* hw/xgl/xglscreen.c (xglScreenInit): Remove warning.
* configure.ac:
* hw/xgl/Makefile.am:
* hw/xgl/egl/Makefile.am:

View file

@ -260,7 +260,6 @@ xglScreenInit (ScreenPtr pScreen)
return FALSE;
#ifdef COMPOSITE
#warning "composite building"
if (!compScreenInit (pScreen))
return FALSE;
#endif