Skip to content

Commit ea9245f

Browse files
author
mhugent
committed
Remove canvasPressEvent in cpp and header (forgot to commit the header yesterday)
git-svn-id: http://svn.osgeo.org/qgis/trunk@13344 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1c4d6c6 commit ea9245f

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/gui/qgsmaptoolpan.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ void QgsMapToolPan::canvasMoveEvent( QMouseEvent * e )
4343
}
4444
}
4545

46-
void QgsMapToolPan::canvasPressEvent( QMouseEvent * e )
47-
{
48-
}
49-
5046
void QgsMapToolPan::canvasReleaseEvent( QMouseEvent * e )
5147
{
5248
if ( e->button() == Qt::LeftButton )

src/gui/qgsmaptoolpan.h

-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ class GUI_EXPORT QgsMapToolPan : public QgsMapTool
3434
//! Overridden mouse move event
3535
virtual void canvasMoveEvent( QMouseEvent * e );
3636

37-
//! Overridden mouse press event
38-
virtual void canvasPressEvent( QMouseEvent * e );
39-
4037
//! Overridden mouse release event
4138
virtual void canvasReleaseEvent( QMouseEvent * e );
4239

0 commit comments

Comments
 (0)