aboutsummaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
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