dix: delete unused PropertyStateRec structure to debloat codebase
Removed unused 'PropertyStateRec' structure from dix/property.c Signed-off-by: rendick <rendick123@proton.me>
This commit is contained in:
		
							parent
							
								
									899afa4c10
								
							
						
					
					
						commit
						ca5fb14d05
					
				|  | @ -157,11 +157,6 @@ static void | |||
| deliverPropertyNotifyEvent(WindowPtr pWin, int state, PropertyPtr pProp) | ||||
| { | ||||
|     xEvent event; | ||||
|     PropertyStateRec rec = { | ||||
|         .win = pWin, | ||||
|         .prop = pProp, | ||||
|         .state = state | ||||
|     }; | ||||
|     UpdateCurrentTimeIf(); | ||||
|     event = (xEvent) { | ||||
|         .u.property.window = pWin->drawable.id, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue