aboutsummaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-08-25 00:36:44 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-08-25 00:36:44 +0100
commit40a738b43b38c187233ae3b0905a785ce824b03f (patch)
treef779bc677b9161987f797344458d4485e71a947d /src/window.h
parenta9b4be7e4a75a8e3d7041cedc99cb808d1da5e1d (diff)
downloadimv-40a738b43b38c187233ae3b0905a785ce824b03f.tar.gz
Remove unused imv_window_get_keymap function
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h6
1 files changed, 0 insertions, 6 deletions
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