removed selection of point capture if the capture popup button is clicked

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2605 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
mhugent 2005-01-09 12:06:12 +00:00
parent de1fc35590
commit 672627f33b

View File

@ -3837,10 +3837,6 @@ void QgisApp::setupToolbarPopups(QString themeName)
this, SLOT(deleteSelected()),0,3);
tbtnCaptureTools->setPopup(toolPopupCapture);
tbtnCaptureTools->setPopupDelay(0);
// connect the top overview tool to the appropriate slot
connect(tbtnCaptureTools, SIGNAL(clicked()), this, SLOT(capturePoint()));
}