(!1639) Xext: xv: drop now obsolete swap procs
Several SProc's have become no-ops, just calling the actual Proc's, so we can get rid of them entirely. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
		
							parent
							
								
									ba089c08e7
								
							
						
					
					
						commit
						7406cefe16
					
				|  | @ -1115,12 +1115,6 @@ ProcXvDispatch(ClientPtr client) | ||||||
| 
 | 
 | ||||||
| /* Swapped Procs */ | /* Swapped Procs */ | ||||||
| 
 | 
 | ||||||
| static int _X_COLD |  | ||||||
| SProcXvQueryExtension(ClientPtr client) |  | ||||||
| { |  | ||||||
|     return XvProcVector[xv_QueryExtension] (client); |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| static int _X_COLD | static int _X_COLD | ||||||
| SProcXvQueryAdaptors(ClientPtr client) | SProcXvQueryAdaptors(ClientPtr client) | ||||||
| { | { | ||||||
|  | @ -1378,7 +1372,7 @@ SProcXvListImageFormats(ClientPtr client) | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| static int (*SXvProcVector[xvNumRequests]) (ClientPtr) = { | static int (*SXvProcVector[xvNumRequests]) (ClientPtr) = { | ||||||
| SProcXvQueryExtension, |         ProcXvQueryExtension, | ||||||
|         SProcXvQueryAdaptors, |         SProcXvQueryAdaptors, | ||||||
|         SProcXvQueryEncodings, |         SProcXvQueryEncodings, | ||||||
|         SProcXvGrabPort, |         SProcXvGrabPort, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue