aboutsummaryrefslogtreecommitdiffstats
path: root/fbcon.c
diff options
context:
space:
mode:
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;