xkb: remove unused _XkbIsPressEvent and _XkbIsReleaseEvent defines
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
		
							parent
							
								
									c8bba14a39
								
							
						
					
					
						commit
						64b1372c15
					
				| 
						 | 
				
			
			@ -307,9 +307,6 @@ extern _X_EXPORT CARD32	xkbDebugFlags;
 | 
			
		|||
extern	_X_EXPORT int	DeviceKeyPress,DeviceKeyRelease,DeviceMotionNotify;
 | 
			
		||||
extern	_X_EXPORT int	DeviceButtonPress,DeviceButtonRelease;
 | 
			
		||||
 | 
			
		||||
#define	_XkbIsPressEvent(t)	(((t)==KeyPress)||((t)==DeviceKeyPress))
 | 
			
		||||
#define	_XkbIsReleaseEvent(t)	(((t)==KeyRelease)||((t)==DeviceKeyRelease))
 | 
			
		||||
 | 
			
		||||
#define	Status		int
 | 
			
		||||
 | 
			
		||||
#ifndef True
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue