1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 05:16:38 +02:00

core: remove dead assignment when converting mouse code

This commit is contained in:
Sébastien Helleu
2014-08-10 13:47:08 +02:00
parent 068776b5a7
commit a7ea40da2c
-1
View File
@@ -379,7 +379,6 @@ gui_mouse_event_code2key (const char *code)
* buttonX-gesture-right-long | >= 40 |
*/
distance = 0;
if (key[0]
&& ((gui_mouse_event_x[0] != gui_mouse_event_x[1])
|| (gui_mouse_event_y[0] != gui_mouse_event_y[1])))