1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Remove superfluous call

This commit is contained in:
Camilla Berglund 2016-01-10 20:08:14 +01:00
parent 80cef67580
commit 2cc6caf182

View File

@ -310,7 +310,6 @@ static void createKeyTables(void)
}
XkbFreeNames(desc, XkbKeyNamesMask, True);
XkbFreeClientMap(desc, 0, True);
XkbFreeKeyboard(desc, 0, True);
}