Remove useless initialization of rc.

This commit is contained in:
Peter Hutterer
2008-10-01 13:36:09 +09:30
parent 4c55186aed
commit 91bc0a0ba3

View File

@@ -359,7 +359,7 @@ EvdevMBEmuInitProperty(DeviceIntPtr dev)
{
InputInfoPtr pInfo = dev->public.devicePrivate;
EvdevPtr pEvdev = pInfo->private;
int rc = TRUE;
int rc;
if (!dev->button) /* don't init prop for keyboards */
return;