swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit ec4e18824393d3270f552c88d4f03ff7c29d090f
parent 47820235dd71537ade58c1d596d3a2efabec3ec4
Author: Michael Forney <mforney@mforney.org>
Date:   Thu, 31 Jul 2014 19:21:41 -0700

xkb: Remove unused function xkb_update_key_indices

Diffstat:
Mlibswc/xkb.c | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/libswc/xkb.c b/libswc/xkb.c @@ -158,7 +158,3 @@ bool xkb_update_keymap(struct xkb * xkb) return false; } -void xkb_update_key_indices(struct xkb * xkb) -{ -} -