Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix build with HAVE_TOUCH
  • Loading branch information
jef-n committed Jun 28, 2012
1 parent f383dea commit f7693fd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/app/qgisapp.h
Expand Up @@ -244,11 +244,6 @@ class QgisApp : public QMainWindow, private Ui::MainWindow
QAction *actionNodeTool() { return mActionNodeTool; }
QAction *actionSnappingOptions() { return mActionSnappingOptions; }
QAction *actionOffsetCurve() { return mActionOffsetCurve; }

#ifdef HAVE_TOUCH
QAction *actionTouch() { return mActionTouch; }
#endif

QAction *actionPan() { return mActionPan; }
QAction *actionTouch() { return mActionTouch; }
QAction *actionPanToSelected() { return mActionPanToSelected; }
Expand Down

0 comments on commit f7693fd

Please sign in to comment.