summaryrefslogtreecommitdiff
path: root/registryd
diff options
context:
space:
mode:
Diffstat (limited to 'registryd')
-rw-r--r--registryd/deviceeventcontroller-x11.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/registryd/deviceeventcontroller-x11.c b/registryd/deviceeventcontroller-x11.c
index 4be5eba2..bf984d4a 100644
--- a/registryd/deviceeventcontroller-x11.c
+++ b/registryd/deviceeventcontroller-x11.c
@@ -243,17 +243,6 @@ spi_dec_x11_get_keycode (SpiDEController *controller,
return keycode;
}
-static void
-spi_dec_set_unlatch_pending (SpiDEController *controller, unsigned mask)
-{
- SpiDEControllerPrivate *priv = spi_device_event_controller_get_instance_private (controller);
-#ifdef SPI_XKB_DEBUG
- if (priv->xkb_latch_mask) fprintf (stderr, "unlatch pending! %x\n",
- priv->xkb_latch_mask);
-#endif
- priv->pending_xkb_mod_relatch_mask |= priv->xkb_latch_mask;
-}
-
static gboolean
spi_dec_button_update_and_emit (SpiDEController *controller,
guint mask_return)