Commit d916bfdd authored by David Goodman's avatar David Goodman

Removed commented out code.

parent af4b8cce
......@@ -171,15 +171,6 @@ void QGCMapWidget::mouseReleaseEvent(QMouseEvent *event)
mapcontrol::OPMapWidget::mouseReleaseEvent(event);
}
/*
void QGCMapWidget::contextMenuEvent(QContextMenuEvent *event)
{
// TODO Remove this method
qDebug() << "Context menu event triggered.";
mapcontrol::OPMapWidget::contextMenuEvent(event);
}
*/
QGCMapWidget::~QGCMapWidget()
{
SetShowHome(false); // doing this appears to stop the map lib crashing on exit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment