Skip to content

Commit

Permalink
Remove canvasPressEvent in cpp and header (forgot to commit the heade…
Browse files Browse the repository at this point in the history
…r yesterday)

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13344 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Apr 22, 2010
1 parent 1aeac4e commit 6bb9aa6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions src/gui/qgsmaptoolpan.cpp
Expand Up @@ -43,10 +43,6 @@ void QgsMapToolPan::canvasMoveEvent( QMouseEvent * e )
}
}

void QgsMapToolPan::canvasPressEvent( QMouseEvent * e )
{
}

void QgsMapToolPan::canvasReleaseEvent( QMouseEvent * e )
{
if ( e->button() == Qt::LeftButton )
Expand Down
3 changes: 0 additions & 3 deletions src/gui/qgsmaptoolpan.h
Expand Up @@ -34,9 +34,6 @@ class GUI_EXPORT QgsMapToolPan : public QgsMapTool
//! Overridden mouse move event
virtual void canvasMoveEvent( QMouseEvent * e );

//! Overridden mouse press event
virtual void canvasPressEvent( QMouseEvent * e );

//! Overridden mouse release event
virtual void canvasReleaseEvent( QMouseEvent * e );

Expand Down

0 comments on commit 6bb9aa6

Please sign in to comment.