diff options
Diffstat (limited to 'xkb/ddxList.c')
-rw-r--r-- | xkb/ddxList.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xkb/ddxList.c b/xkb/ddxList.c index 79f46379c..729c5aecf 100644 --- a/xkb/ddxList.c +++ b/xkb/ddxList.c @@ -131,8 +131,6 @@ XkbDDXListComponent(DeviceIntPtr dev, file = list->pattern[what]; map = strrchr(file, '('); if (map != NULL) { - char *tmp; - map++; tmp = strrchr(map, ')'); if ((tmp == NULL) || (tmp[1] != '\0')) { |