xkb: deadcode cleanup
The last use of struct '_SrvXkmInfo' was removed in
commit fbd7768946
("XKB: Ditch XkbFileInfo").
Remove it.
The define MAX_TOC hasn't been used in this file since sometime
in the mid 90's; it's unused in version '1997/05/20 11:42:06'
but in '1.8 94/05/16 10:49:53' it's used in the definition
of _SrvXkmInfo.
Remove it.
Build tested.
Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1558>
This commit is contained in:
parent
e61bd1e5fd
commit
d94bff7880
|
@ -75,13 +75,6 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#define MAX_TOC 16
|
||||
typedef struct _SrvXkmInfo {
|
||||
DeviceIntPtr dev;
|
||||
FILE *file;
|
||||
XkbDescPtr xkb;
|
||||
} SrvXkmInfo;
|
||||
|
||||
/***====================================================================***/
|
||||
|
||||
#ifndef XKB_DFLT_RULES_PROP
|
||||
|
|
Loading…
Reference in New Issue