dri3: static cleanup
Also remove unused window private key. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
		
							parent
							
								
									a69e9027e1
								
							
						
					
					
						commit
						c4a0d6c913
					
				|  | @ -26,9 +26,8 @@ | |||
| 
 | ||||
| #include "dri3_priv.h" | ||||
| 
 | ||||
| int dri3_request; | ||||
| static int dri3_request; | ||||
| DevPrivateKeyRec dri3_screen_private_key; | ||||
| DevPrivateKeyRec dri3_window_private_key; | ||||
| 
 | ||||
| static int dri3_screen_generation; | ||||
| 
 | ||||
|  |  | |||
|  | @ -32,8 +32,6 @@ | |||
| #include <randrstr.h> | ||||
| #include "dri3.h" | ||||
| 
 | ||||
| extern int dri3_request; | ||||
| 
 | ||||
| extern DevPrivateKeyRec dri3_screen_private_key; | ||||
| 
 | ||||
| typedef struct dri3_screen_priv { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue