remove unused variable
This commit is contained in:
parent
662a6356c6
commit
2dcdad6a58
1 changed files with 0 additions and 4 deletions
|
@ -243,10 +243,6 @@ static void event_set_curtime(XEvent *e)
|
||||||
|
|
||||||
static void event_hack_mods(XEvent *e)
|
static void event_hack_mods(XEvent *e)
|
||||||
{
|
{
|
||||||
#ifdef XKB
|
|
||||||
XkbStateRec xkb_state;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
switch (e->type) {
|
switch (e->type) {
|
||||||
case ButtonPress:
|
case ButtonPress:
|
||||||
case ButtonRelease:
|
case ButtonRelease:
|
||||||
|
|
Loading…
Reference in a new issue