Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jun 2, 2016
1 parent 45c0ef0 commit 6293315
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/globe/qgsglobeplugindialog.cpp
Expand Up @@ -57,7 +57,6 @@ QgsGlobePluginDialog::QgsGlobePluginDialog( QWidget* parent, Qt::WFlags fl )
addImageryMenu->addAction( tr( "WMS" ) )->setMenu( wmsImageryMenu );

QMenu* fileImageryMenu = new QMenu( this );
// fileImageryMenu->addAction("world.tif", this, SLOT(addRasterImagery()));
fileImageryMenu->addAction( tr( "Custom..." ), this, SLOT( addCustomRasterImagery() ) );
addImageryMenu->addAction( tr( "Raster" ) )->setMenu( fileImageryMenu );

Expand Down

0 comments on commit 6293315

Please sign in to comment.