Skip to content

Commit

Permalink
Actual fix for the HAVE_TOUCH
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Feb 23, 2014
1 parent e969376 commit f02591a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/gui/qgsmapcanvas.cpp
Expand Up @@ -1799,15 +1799,10 @@ void QgsMapCanvas::mapToolDestroyed()
mMapTool = 0;
}

#if 0 // TODO[MD]: after merge
#ifdef HAVE_TOUCH
bool QgsMapCanvas::event( QEvent * e )
{
bool done = false;
if ( mDrawing )
{
return done;
}
if ( e->type() == QEvent::Gesture )
{
// call handler of current map tool
Expand All @@ -1824,4 +1819,3 @@ bool QgsMapCanvas::event( QEvent * e )
return done;
}
#endif
#endif

0 comments on commit f02591a

Please sign in to comment.