Skip to content

Commit

Permalink
Comment out a slot connect to a slot that no longer exists
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5607 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Jul 17, 2006
1 parent 9b6c654 commit 933ec5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/raster/qgsrasterlayer.cpp
Expand Up @@ -3667,7 +3667,8 @@ void QgsRasterLayer::initContextMenu_(QgisApp * theApp)

#endif //0

popMenu->addAction(tr("&Convert to..."), this, SLOT(convertTo()));
// There is no such slot anymore...
//popMenu->addAction(tr("&Convert to..."), this, SLOT(convertTo()));
} // QgsRasterLayer::initContextMenu

void QgsRasterLayer::updateProgress(int theProgress, int theMax)
Expand Down

0 comments on commit 933ec5d

Please sign in to comment.