From 40a738b43b38c187233ae3b0905a785ce824b03f Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Sun, 25 Aug 2019 00:36:44 +0100 Subject: Remove unused imv_window_get_keymap function --- src/window.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/window.h') diff --git a/src/window.h b/src/window.h index 6c692cc..f84cbaf 100644 --- a/src/window.h +++ b/src/window.h @@ -92,10 +92,4 @@ typedef void (*imv_event_handler)(void *data, const struct imv_event *e); * queue */ void imv_window_pump_events(struct imv_window *window, imv_event_handler handler, void *data); -/* If the current keyboard layout is known, returns a null-terminated string - * describing the keyboard layout and options, suitable for libxkbcommon to - * parse. If unknown, returns NULL. - */ -const char *imv_window_get_keymap(struct imv_window *window); - #endif -- cgit v1.2.3