Revert "xkb: reset xkb_cached_map on CloseDownDevices."

This reverts commit 9b62355847.

This wasn't supposed to be pushed either.
This commit is contained in:
Peter Hutterer 2008-07-29 13:15:34 +09:30
parent b50932d998
commit f0f3a11acd

View File

@ -291,9 +291,6 @@ XkbDeleteRulesDflts()
XkbVariantDflt = NULL; XkbVariantDflt = NULL;
_XkbFree(XkbOptionsDflt); _XkbFree(XkbOptionsDflt);
XkbOptionsDflt = NULL; XkbOptionsDflt = NULL;
XkbFreeKeyboard(xkb_cached_map, XkbAllComponentsMask, True);
xkb_cached_map = NULL;
} }
/***====================================================================***/ /***====================================================================***/