Skip to content

Commit

Permalink
Missed a bit, whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Sep 12, 2017
1 parent db6908b commit e075db2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hotkey/command_executor.cpp
Expand Up @@ -516,7 +516,6 @@ static void event_execute( const SDL_Event& event, command_executor* executor)
return;
}

const hotkey_command& command = get_hotkey_command(hk->get_command());
bool press = event.type == SDL_KEYDOWN ||
event.type == SDL_JOYBUTTONDOWN ||
event.type == SDL_MOUSEBUTTONDOWN ||
Expand Down

0 comments on commit e075db2

Please sign in to comment.