Warning fix.

This commit is contained in:
Alexandre Julliard 2001-01-20 02:51:49 +00:00
parent 3556e1f87d
commit 990b480a1d
1 changed files with 0 additions and 2 deletions

View File

@ -153,8 +153,6 @@ static BOOL in_transition = FALSE; /* This is not used as for today */
*/
void X11DRV_EVENT_Init(void)
{
HANDLE service;
#ifdef HAVE_LIBXXSHM
ShmAvailable = XShmQueryExtension( display );
if (ShmAvailable) {