Skip to content

Commit

Permalink
Merge pull request #31074 from CleverRaven/ZhilkinSerg-android-20190602
Browse files Browse the repository at this point in the history
Unguard some code to fix Android builds
  • Loading branch information
ZhilkinSerg authored Jun 3, 2019
2 parents 975bffc + 81b7b60 commit ff90617
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sdltiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,6 @@ static long arrow_combo_to_numpad( SDL_Keycode mod, SDL_Keycode key )
return 0;
}

#if !defined(__ANDROID__)
static long arrow_combo_modifier = 0;

static long handle_arrow_combo( SDL_Keycode key )
Expand All @@ -1515,7 +1514,7 @@ static void end_arrow_combo()
{
arrow_combo_modifier = 0;
}
#endif

/**
* Translate SDL key codes to key identifiers used by ncurses, this
* allows the input_manager to only consider those.
Expand Down

0 comments on commit ff90617

Please sign in to comment.