include: drop now empty xkbfile.h

This (public) file isn't used by anybody outside Xserver tree
and doesn't contain anything useful anymore, so lets drop it.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1729>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-04-05 17:09:31 +02:00 committed by Marge Bot
parent 3f8a5475c9
commit f8fc46cbbf
7 changed files with 1 additions and 38 deletions

View File

@ -270,7 +270,6 @@ cat > sdksyms.c << EOF
#include "window.h" #include "window.h"
#include "windowstr.h" #include "windowstr.h"
#include "xace.h" #include "xace.h"
#include "xkbfile.h"
#include "xkbsrv.h" #include "xkbsrv.h"
#include "xkbstr.h" #include "xkbstr.h"
#include "xkbrules.h" #include "xkbrules.h"

View File

@ -498,7 +498,6 @@ if build_xorg
'displaymode.h', 'displaymode.h',
'window.h', 'window.h',
'windowstr.h', 'windowstr.h',
'xkbfile.h',
'xkbsrv.h', 'xkbsrv.h',
'xkbstr.h', 'xkbstr.h',
'xkbrules.h', 'xkbrules.h',

View File

@ -1,32 +0,0 @@
/************************************************************
Copyright (c) 1994 by Silicon Graphics Computer Systems, Inc.
Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation, and that the name of Silicon Graphics not be
used in advertising or publicity pertaining to distribution
of the software without specific prior written permission.
Silicon Graphics makes no representation about the suitability
of this software for any purpose. It is provided "as is"
without any express or implied warranty.
SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
#ifndef _XKBFILE_H_
#define _XKBFILE_H_ 1
#include "xkbstr.h"
#endif /* _XKBFILE_H_ */

View File

@ -818,7 +818,7 @@ extern _X_EXPORT Bool XkbDeviceApplyKeymap(DeviceIntPtr /* dst */ ,
extern _X_EXPORT void XkbCopyControls(XkbDescPtr /* dst */ , extern _X_EXPORT void XkbCopyControls(XkbDescPtr /* dst */ ,
XkbDescPtr /* src */ ); XkbDescPtr /* src */ );
#include "xkbfile.h" #include "xkbstr.h"
#include "xkbrules.h" #include "xkbrules.h"
extern _X_EXPORT unsigned int XkbDDXLoadKeymapByNames(DeviceIntPtr /* keybd */ , extern _X_EXPORT unsigned int XkbDDXLoadKeymapByNames(DeviceIntPtr /* keybd */ ,

View File

@ -44,7 +44,6 @@
#include <xkbsrv.h> #include <xkbsrv.h>
#include "../xkb/xkbgeom.h" #include "../xkb/xkbgeom.h"
#include <X11/extensions/XKMformat.h> #include <X11/extensions/XKMformat.h>
#include "xkbfile.h"
#include <assert.h> #include <assert.h>
#include "tests-common.h" #include "tests-common.h"

View File

@ -48,7 +48,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "property.h" #include "property.h"
#include "scrnintstr.h" #include "scrnintstr.h"
#include "xkbgeom.h" #include "xkbgeom.h"
#include "xkbfile.h"
#define CREATE_ATOM(s) MakeAtom(s,sizeof(s)-1,1) #define CREATE_ATOM(s) MakeAtom(s,sizeof(s)-1,1)

View File

@ -46,7 +46,6 @@
#include <xkbsrv.h> #include <xkbsrv.h>
#include "xkbgeom.h" #include "xkbgeom.h"
#include "xkbfile.h"
#define VMOD_HIDE_VALUE 0 #define VMOD_HIDE_VALUE 0
#define VMOD_SHOW_VALUE 1 #define VMOD_SHOW_VALUE 1