From 83a915dc851f7d3385e0d38f57cc249e038dcd1d Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Feb 2019 12:56:19 +0100 Subject: Improve performance by removing unused assignments --- src/core/keybindings.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/keybindings.c') diff --git a/src/core/keybindings.c b/src/core/keybindings.c index 6211a941..7863e392 100644 --- a/src/core/keybindings.c +++ b/src/core/keybindings.c @@ -2874,7 +2874,6 @@ handle_panel (MetaDisplay *display, Atom action_atom; XClientMessageEvent ev; - action_atom = None; switch (action) { /* FIXME: The numbers are wrong */ -- cgit v1.2.1