From 090307b7d3270c1bab3299c6e101c5577b5ad7c0 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 15 Apr 2019 16:10:22 +0200 Subject: xkb: move variables to kbd.c --- fbcon.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'fbcon.c') diff --git a/fbcon.c b/fbcon.c index d3ac663..db76b85 100644 --- a/fbcon.c +++ b/fbcon.c @@ -29,7 +29,6 @@ #include #include #include -#include #include "fbtools.h" #include "drmtools.h" @@ -61,17 +60,6 @@ static struct udev *udev; static struct libinput *kbd; static bool logind = false; -static struct xkb_context *xkb_ctx; -static struct xkb_keymap *xkb_map; -static struct xkb_state *xkb_state; -static struct xkb_rule_names xkb_layout = { - .rules = NULL, - .model = "pc105", - .layout = "us", - .variant = NULL, - .options = NULL, -}; - static struct tsm_screen *vts; static struct tsm_vte *vte; static bool tsm_sb; -- cgit