Xext: geext: drop obsolete geext.h
This header has now become obsolete. There're also no external consumers (drivers, etc) left, so it now finally can be dropped entirely. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
		
							parent
							
								
									b49a585fae
								
							
						
					
					
						commit
						093b029abf
					
				
							
								
								
									
										34
									
								
								Xext/geext.h
								
								
								
								
							
							
						
						
									
										34
									
								
								Xext/geext.h
								
								
								
								
							| 
						 | 
				
			
			@ -1,34 +0,0 @@
 | 
			
		|||
/*
 | 
			
		||||
 | 
			
		||||
Copyright 2007 Peter Hutterer <peter@cs.unisa.edu.au>
 | 
			
		||||
 | 
			
		||||
Permission to use, copy, modify, distribute, and sell this software and its
 | 
			
		||||
documentation for any purpose is hereby granted without fee, provided that
 | 
			
		||||
the above copyright notice appear in all copies and that both that
 | 
			
		||||
copyright notice and this permission notice appear in supporting
 | 
			
		||||
documentation.
 | 
			
		||||
 | 
			
		||||
The above copyright notice and this permission notice shall be included
 | 
			
		||||
in all copies or substantial portions of the Software.
 | 
			
		||||
 | 
			
		||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 | 
			
		||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 | 
			
		||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 | 
			
		||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR
 | 
			
		||||
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 | 
			
		||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 | 
			
		||||
OTHER DEALINGS IN THE SOFTWARE.
 | 
			
		||||
 | 
			
		||||
Except as contained in this notice, the name of the author shall
 | 
			
		||||
not be used in advertising or otherwise to promote the sale, use or
 | 
			
		||||
other dealings in this Software without prior written authorization
 | 
			
		||||
from the author.
 | 
			
		||||
 | 
			
		||||
*/
 | 
			
		||||
#ifndef _GEEXT_H_
 | 
			
		||||
#define _GEEXT_H_
 | 
			
		||||
 | 
			
		||||
#include <X11/Xfuncproto.h>
 | 
			
		||||
#include <X11/extensions/geproto.h>
 | 
			
		||||
 | 
			
		||||
#endif                          /* _GEEXT_H_ */
 | 
			
		||||
| 
						 | 
				
			
			@ -9,7 +9,6 @@ srcs_xext = [
 | 
			
		|||
]
 | 
			
		||||
 | 
			
		||||
hdrs_xext = [
 | 
			
		||||
    'geext.h',
 | 
			
		||||
    'syncsdk.h',
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -53,7 +53,6 @@ cat > sdksyms.c << EOF
 | 
			
		|||
#include "xvdix.h"
 | 
			
		||||
#include "xvmcext.h"
 | 
			
		||||
#endif
 | 
			
		||||
#include "geext.h"
 | 
			
		||||
#ifdef MITSHM
 | 
			
		||||
#include "shmint.h"
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue