Skip to content

Commit

Permalink
remove call to useless deprecated method on mac
Browse files Browse the repository at this point in the history
followup 72bf08e
  • Loading branch information
3nids committed Oct 23, 2018
1 parent 9e82d44 commit 2fce570
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/qgsbrowsermodel.cpp
Expand Up @@ -120,7 +120,6 @@ void QgsBrowserModel::addRootItems()
#ifdef Q_OS_MAC
QString path = QString( "/Volumes" );
QgsDirectoryItem *vols = new QgsDirectoryItem( nullptr, path, path );
connectItem( vols );
mRootItems << vols;
#endif

Expand Down

0 comments on commit 2fce570

Please sign in to comment.