Nuke unused variables

This commit is contained in:
Julien Cristau 2008-10-26 11:14:40 +01:00
parent f2bda61c03
commit add946daed
5 changed files with 1 additions and 5 deletions

View File

@ -138,7 +138,6 @@ ProcXChangeDeviceControl(ClientPtr client)
CARD32 *resolution;
xDeviceAbsCalibCtl *calib;
xDeviceAbsAreaCtl *area;
xDeviceCoreCtl *c;
xDeviceEnableCtl *e;
devicePresenceNotify dpn;

View File

@ -240,7 +240,6 @@ int main(int argc, char *argv[], char *envp[])
#endif
{
int i;
char *xauthfile;
HWEventQueueType alwaysCheckForInput[2];
display = "0";

View File

@ -1014,7 +1014,7 @@ ChangeWindowAttributes(WindowPtr pWin, Mask vmask, XID *vlist, ClientPtr client)
Pixmap pixID;
CursorPtr pCursor, pOldCursor;
Cursor cursorID;
WindowPtr pChild, pLayerWin;
WindowPtr pChild;
Colormap cmap;
ColormapPtr pCmap;
xEvent xE;

View File

@ -460,7 +460,6 @@ xf86DeviceCursorInitialize(DeviceIntPtr pDev, ScreenPtr pScreen)
static void
xf86DeviceCursorCleanup(DeviceIntPtr pDev, ScreenPtr pScreen)
{
DeviceIntPtr it;
xf86CursorScreenPtr ScreenPriv = (xf86CursorScreenPtr)dixLookupPrivate(
&pScreen->devPrivates, xf86CursorScreenKey);

View File

@ -117,7 +117,6 @@ void
xnestCollectEvents(void)
{
XEvent X;
xEvent x;
int i, n, valuators[2];
ScreenPtr pScreen;
GetEventList(&xnestEvents);