aboutsummaryrefslogtreecommitdiffstats
path: root/fbcon.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-04-15 16:10:22 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-04-15 16:10:22 +0200
commit090307b7d3270c1bab3299c6e101c5577b5ad7c0 (patch)
tree3bcd21461e30a95a213f30922004891003ab991b /fbcon.c
parent6dc4cd217733e81c9a6b59cf526b1e54b23c457d (diff)
downloadfbida-090307b7d3270c1bab3299c6e101c5577b5ad7c0.tar.gz
xkb: move variables to kbd.c
Diffstat (limited to 'fbcon.c')
-rw-r--r--fbcon.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/fbcon.c b/fbcon.c
index d3ac663..db76b85 100644
--- a/fbcon.c
+++ b/fbcon.c
@@ -29,7 +29,6 @@
#include <libudev.h>
#include <libinput.h>
#include <libtsm.h>
-#include <xkbcommon/xkbcommon.h>
#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;