From 093b029abf21b952e6638a699796579e605c0ad5 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 5 May 2025 16:42:41 +0200 Subject: [PATCH] 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 --- Xext/geext.h | 34 ---------------------------------- Xext/meson.build | 1 - hw/xfree86/sdksyms.sh | 1 - 3 files changed, 36 deletions(-) delete mode 100644 Xext/geext.h diff --git a/Xext/geext.h b/Xext/geext.h deleted file mode 100644 index 81fd98608..000000000 --- a/Xext/geext.h +++ /dev/null @@ -1,34 +0,0 @@ -/* - -Copyright 2007 Peter Hutterer - -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 -#include - -#endif /* _GEEXT_H_ */ diff --git a/Xext/meson.build b/Xext/meson.build index 9913cc30e..9902bf4be 100644 --- a/Xext/meson.build +++ b/Xext/meson.build @@ -9,7 +9,6 @@ srcs_xext = [ ] hdrs_xext = [ - 'geext.h', 'syncsdk.h', ] diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh index 50f5c0958..c566cfba7 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -53,7 +53,6 @@ cat > sdksyms.c << EOF #include "xvdix.h" #include "xvmcext.h" #endif -#include "geext.h" #ifdef MITSHM #include "shmint.h" #endif