Remove unused xf86Info.pMouse
This commit is contained in:
		
							parent
							
								
									f227fbf74f
								
							
						
					
					
						commit
						9f08ffc557
					
				| 
						 | 
				
			
			@ -99,7 +99,6 @@ xf86InfoRec xf86Info = {
 | 
			
		|||
	-1,		/* vtno */
 | 
			
		||||
	FALSE,		/* vtSysreq */
 | 
			
		||||
	SKWhenNeeded,	/* ddxSpecialKeys */
 | 
			
		||||
	NULL,		/* pMouse */
 | 
			
		||||
	-1,		/* lastEventTime */
 | 
			
		||||
	FALSE,		/* vtRequestsPending */
 | 
			
		||||
	FALSE,		/* dontVTSwitch */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -67,9 +67,6 @@ typedef struct {
 | 
			
		|||
    Bool		vtSysreq;
 | 
			
		||||
    SpecialKeysInDDX	ddxSpecialKeys;
 | 
			
		||||
 | 
			
		||||
    /* mouse part */
 | 
			
		||||
    DeviceIntPtr	pMouse;
 | 
			
		||||
 | 
			
		||||
    /* event handler part */
 | 
			
		||||
    int			lastEventTime;
 | 
			
		||||
    Bool		vtRequestsPending;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue