Skip to content

Commit

Permalink
VKEYBD: Remove Unused Variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
digitall committed Jan 12, 2017
1 parent dffd8c8 commit 7db886e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/EventMapper.cpp
Expand Up @@ -35,7 +35,6 @@ List<Event> DefaultEventMapper::mapEvent(const Event &ev, EventSource *source) {
// of middle mouse button.
const uint32 vkeybdTime = 1000;

static bool vkeybd = false;
static uint32 vkeybdThen = 0;

if (ev.type == EVENT_MBUTTONDOWN) {
Expand Down

0 comments on commit 7db886e

Please sign in to comment.