xfree86: xf86.h: drop unused xf86UpdateDesktopDimensions()
Not used anywhere, so no need to keep it around anymore. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
		
							parent
							
								
									44d8184b48
								
							
						
					
					
						commit
						1e88c805d4
					
				|  | @ -341,10 +341,6 @@ extern _X_EXPORT ScreenPtr xf86ScrnToScreen(ScrnInfoPtr pScrn); | ||||||
| /* flags passed to xf86 allocate screen */ | /* flags passed to xf86 allocate screen */ | ||||||
| #define XF86_ALLOCATE_GPU_SCREEN 1 | #define XF86_ALLOCATE_GPU_SCREEN 1 | ||||||
| 
 | 
 | ||||||
| /* Update the internal total dimensions of all ScreenRecs together */ |  | ||||||
| extern _X_EXPORT void |  | ||||||
| xf86UpdateDesktopDimensions(void); |  | ||||||
| 
 |  | ||||||
| /* only for backwards (source) compatibility */ | /* only for backwards (source) compatibility */ | ||||||
| #define xf86MsgVerb LogMessageVerb | #define xf86MsgVerb LogMessageVerb | ||||||
| #define xf86Msg(type, ...) LogMessageVerb(type, 1, __VA_ARGS__) | #define xf86Msg(type, ...) LogMessageVerb(type, 1, __VA_ARGS__) | ||||||
|  |  | ||||||
|  | @ -1658,13 +1658,6 @@ xf86ScrnToScreen(ScrnInfoPtr pScrn) | ||||||
|     } |     } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void |  | ||||||
| xf86UpdateDesktopDimensions(void) |  | ||||||
| { |  | ||||||
|     update_desktop_dimensions(); |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| void | void | ||||||
| xf86AddInputEventDrainCallback(CallbackProcPtr callback, void *param) | xf86AddInputEventDrainCallback(CallbackProcPtr callback, void *param) | ||||||
| { | { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue