Skip to content

Commit

Permalink
WEBOS: Removed unused gestureDownTime
Browse files Browse the repository at this point in the history
  • Loading branch information
kayahr committed May 8, 2011
1 parent 894469a commit 95b548f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backends/events/webossdl/webossdl-events.cpp
Expand Up @@ -36,9 +36,6 @@
// Inidicates if gesture area is pressed down or not.
static bool gestureDown = false;

// The timestamp when gesture area was pressed down.
static int gestureDownTime = 0;

// The timestamp when screen was pressed down.
static int screenDownTime = 0;

Expand Down Expand Up @@ -110,7 +107,6 @@ bool WebOSSdlEventSource::handleKeyDown(SDL_Event &ev, Common::Event &event) {
// Handle gesture area tap.
if (ev.key.keysym.sym == SDLK_WORLD_71) {
gestureDown = true;
gestureDownTime = getMillis();
return true;
}

Expand Down

0 comments on commit 95b548f

Please sign in to comment.