Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14921 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 15, 2010
1 parent d027674 commit 7d8fe67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/symbology-ng/qgsstylev2managerdialog.cpp
Expand Up @@ -60,11 +60,11 @@ void QgsStyleV2ManagerDialog::onFinished()

void QgsStyleV2ManagerDialog::populateTypes()
{
#if 0
// save current selection index in types combo
int current = ( tabItemType->count() > 0 ? tabItemType->currentIndex() : 0 );

// no counting of style items
/*
int markerCount = 0, lineCount = 0, fillCount = 0;

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

// update current index to previous selection
cboItemType->setCurrentIndex( current );
*/
#endif
}

void QgsStyleV2ManagerDialog::populateList()
Expand Down

0 comments on commit 7d8fe67

Please sign in to comment.