mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xkb: unexport XkbCopyKeyTypes()
Not used by any drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -28,7 +28,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
#define _XKBSRV_H_
|
||||
|
||||
#define XkbChangeTypesOfKey SrvXkbChangeTypesOfKey
|
||||
#define XkbCopyKeyTypes SrvXkbCopyKeyTypes
|
||||
#define XkbKeyTypesForCoreSymbols SrvXkbKeyTypesForCoreSymbols
|
||||
#define XkbApplyCompatMapToKey SrvXkbApplyCompatMapToKey
|
||||
#define XkbResizeKeyActions SrvXkbResizeKeyActions
|
||||
@@ -202,11 +201,6 @@ typedef struct {
|
||||
|
||||
#define Status int
|
||||
|
||||
extern _X_EXPORT Status XkbCopyKeyTypes(XkbKeyTypePtr /* from */ ,
|
||||
XkbKeyTypePtr /* into */ ,
|
||||
int /* num_types */
|
||||
);
|
||||
|
||||
extern _X_EXPORT Status XkbResizeKeyType(XkbDescPtr /* xkb */ ,
|
||||
int /* type_ndx */ ,
|
||||
int /* map_count */ ,
|
||||
|
||||
Reference in New Issue
Block a user