Skip to content

Commit 7d8fe67

Browse files
author
jef
committed
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14921 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d027674 commit 7d8fe67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gui/symbology-ng/qgsstylev2managerdialog.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ void QgsStyleV2ManagerDialog::onFinished()
6060

6161
void QgsStyleV2ManagerDialog::populateTypes()
6262
{
63+
#if 0
6364
// save current selection index in types combo
6465
int current = ( tabItemType->count() > 0 ? tabItemType->currentIndex() : 0 );
6566

6667
// no counting of style items
67-
/*
6868
int markerCount = 0, lineCount = 0, fillCount = 0;
6969

7070
QStringList symbolNames = mStyle->symbolNames();
@@ -88,7 +88,7 @@ void QgsStyleV2ManagerDialog::populateTypes()
8888

8989
// update current index to previous selection
9090
cboItemType->setCurrentIndex( current );
91-
*/
91+
#endif
9292
}
9393

9494
void QgsStyleV2ManagerDialog::populateList()

0 commit comments

Comments
 (0)