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:
parent
3f8a5475c9
commit
f8fc46cbbf
|
@ -270,7 +270,6 @@ cat > sdksyms.c << EOF
|
|||
#include "window.h"
|
||||
#include "windowstr.h"
|
||||
#include "xace.h"
|
||||
#include "xkbfile.h"
|
||||
#include "xkbsrv.h"
|
||||
#include "xkbstr.h"
|
||||
#include "xkbrules.h"
|
||||
|
|
|
@ -498,7 +498,6 @@ if build_xorg
|
|||
'displaymode.h',
|
||||
'window.h',
|
||||
'windowstr.h',
|
||||
'xkbfile.h',
|
||||
'xkbsrv.h',
|
||||
'xkbstr.h',
|
||||
'xkbrules.h',
|
||||
|
|
|
@ -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_ */
|
|
@ -818,7 +818,7 @@ extern _X_EXPORT Bool XkbDeviceApplyKeymap(DeviceIntPtr /* dst */ ,
|
|||
extern _X_EXPORT void XkbCopyControls(XkbDescPtr /* dst */ ,
|
||||
XkbDescPtr /* src */ );
|
||||
|
||||
#include "xkbfile.h"
|
||||
#include "xkbstr.h"
|
||||
#include "xkbrules.h"
|
||||
|
||||
extern _X_EXPORT unsigned int XkbDDXLoadKeymapByNames(DeviceIntPtr /* keybd */ ,
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
#include <xkbsrv.h>
|
||||
#include "../xkb/xkbgeom.h"
|
||||
#include <X11/extensions/XKMformat.h>
|
||||
#include "xkbfile.h"
|
||||
#include <assert.h>
|
||||
|
||||
#include "tests-common.h"
|
||||
|
|
|
@ -48,7 +48,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "property.h"
|
||||
#include "scrnintstr.h"
|
||||
#include "xkbgeom.h"
|
||||
#include "xkbfile.h"
|
||||
|
||||
#define CREATE_ATOM(s) MakeAtom(s,sizeof(s)-1,1)
|
||||
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
#include <xkbsrv.h>
|
||||
|
||||
#include "xkbgeom.h"
|
||||
#include "xkbfile.h"
|
||||
|
||||
#define VMOD_HIDE_VALUE 0
|
||||
#define VMOD_SHOW_VALUE 1
|
||||
|
|
Loading…
Reference in New Issue