Skip to content

Commit 615957a

Browse files
committed
[GRASS] open/new/close mapset removed from toolbar
1 parent d26765f commit 615957a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plugins/grass/qgsgrassplugin.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,12 @@ void QgsGrassPlugin::initGui()
194194
mToolBarPointer->setObjectName( "GRASS" );
195195

196196
// Add to the toolbar
197+
#if 0
197198
mToolBarPointer->addAction( mOpenMapsetAction );
198199
mToolBarPointer->addAction( mNewMapsetAction );
199200
mToolBarPointer->addAction( mCloseMapsetAction );
200201
mToolBarPointer->addSeparator();
202+
#endif
201203
mToolBarPointer->addAction( mOpenToolsAction );
202204
mToolBarPointer->addAction( mRegionAction );
203205

0 commit comments

Comments
 (0)