Removed code to track clicks to input elements.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 6 Apr 2015 20:09:48 +0000 (22:09 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 6 Apr 2015 20:09:48 +0000 (22:09 +0200)
commitac94602e124b0136eea5d5b723a1c495f3d856b3
tree10c2d69f7b5328a9f342abce0cddbf92b7b7178e
parent171a284f9f8795b6aa110d037d271f4a9c4ec744
Removed code to track clicks to input elements.

This was added to switch between input mode and normal mode, depending on the
clicked element. But the mode switching is done mainly by observing DOM
focus/blur events. So this duplicate logic become obsolete.
src/main.c