mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 11:30:30 +01:00
xkb: deadcode cleanup
The last use of struct '_SrvXkmInfo' was removed in commitfbd7768946("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> (cherry picked from commitd94bff7880)
This commit is contained in:
parent
9ac7979cff
commit
1365d82f13
1 changed files with 0 additions and 7 deletions
|
|
@ -72,13 +72,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…
Add table
Reference in a new issue