Nuke unused variables
This commit is contained in:
parent
f2bda61c03
commit
add946daed
|
@ -138,7 +138,6 @@ ProcXChangeDeviceControl(ClientPtr client)
|
||||||
CARD32 *resolution;
|
CARD32 *resolution;
|
||||||
xDeviceAbsCalibCtl *calib;
|
xDeviceAbsCalibCtl *calib;
|
||||||
xDeviceAbsAreaCtl *area;
|
xDeviceAbsAreaCtl *area;
|
||||||
xDeviceCoreCtl *c;
|
|
||||||
xDeviceEnableCtl *e;
|
xDeviceEnableCtl *e;
|
||||||
devicePresenceNotify dpn;
|
devicePresenceNotify dpn;
|
||||||
|
|
||||||
|
|
|
@ -240,7 +240,6 @@ int main(int argc, char *argv[], char *envp[])
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
char *xauthfile;
|
|
||||||
HWEventQueueType alwaysCheckForInput[2];
|
HWEventQueueType alwaysCheckForInput[2];
|
||||||
|
|
||||||
display = "0";
|
display = "0";
|
||||||
|
|
|
@ -1014,7 +1014,7 @@ ChangeWindowAttributes(WindowPtr pWin, Mask vmask, XID *vlist, ClientPtr client)
|
||||||
Pixmap pixID;
|
Pixmap pixID;
|
||||||
CursorPtr pCursor, pOldCursor;
|
CursorPtr pCursor, pOldCursor;
|
||||||
Cursor cursorID;
|
Cursor cursorID;
|
||||||
WindowPtr pChild, pLayerWin;
|
WindowPtr pChild;
|
||||||
Colormap cmap;
|
Colormap cmap;
|
||||||
ColormapPtr pCmap;
|
ColormapPtr pCmap;
|
||||||
xEvent xE;
|
xEvent xE;
|
||||||
|
|
|
@ -460,7 +460,6 @@ xf86DeviceCursorInitialize(DeviceIntPtr pDev, ScreenPtr pScreen)
|
||||||
static void
|
static void
|
||||||
xf86DeviceCursorCleanup(DeviceIntPtr pDev, ScreenPtr pScreen)
|
xf86DeviceCursorCleanup(DeviceIntPtr pDev, ScreenPtr pScreen)
|
||||||
{
|
{
|
||||||
DeviceIntPtr it;
|
|
||||||
xf86CursorScreenPtr ScreenPriv = (xf86CursorScreenPtr)dixLookupPrivate(
|
xf86CursorScreenPtr ScreenPriv = (xf86CursorScreenPtr)dixLookupPrivate(
|
||||||
&pScreen->devPrivates, xf86CursorScreenKey);
|
&pScreen->devPrivates, xf86CursorScreenKey);
|
||||||
|
|
||||||
|
|
|
@ -117,7 +117,6 @@ void
|
||||||
xnestCollectEvents(void)
|
xnestCollectEvents(void)
|
||||||
{
|
{
|
||||||
XEvent X;
|
XEvent X;
|
||||||
xEvent x;
|
|
||||||
int i, n, valuators[2];
|
int i, n, valuators[2];
|
||||||
ScreenPtr pScreen;
|
ScreenPtr pScreen;
|
||||||
GetEventList(&xnestEvents);
|
GetEventList(&xnestEvents);
|
||||||
|
|
Loading…
Reference in New Issue