From 0e6394ab66c8be7789cb3754eda16df4fda7103e Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sun, 24 Feb 2019 13:16:54 -0500 Subject: [PATCH] Leftover pre-XIM --- x11/x11.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/x11/x11.c b/x11/x11.c index 0a636595..df82400e 100644 --- a/x11/x11.c +++ b/x11/x11.c @@ -211,19 +211,6 @@ static int font_height, font_width, font_ascent, font_descent, window_width, window_height; static int resize_window_width = 0, resize_window_height = 0; static KeySym keysym = 0; - -static int state_mask[8] = -{ - ShiftMask, - LockMask, - ControlMask, - Mod1Mask, - Mod2Mask, - Mod3Mask, - Mod4Mask, - Mod5Mask -}; - static Atom wm_atom[2]; static String class_name = "XCurses"; static XtAppContext app_context;