Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix windows build
git-svn-id: http://svn.osgeo.org/qgis/trunk@12144 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Nov 16, 2009
1 parent 976748c commit 8421c00
Show file tree
Hide file tree
Showing 50 changed files with 2,929 additions and 2,941 deletions.
2 changes: 2 additions & 0 deletions src/app/legend/qgslegendlayer.cpp
Expand Up @@ -284,8 +284,10 @@ void QgsLegendLayer::vectorLayerSymbologyV2( QgsVectorLayer* layer )
{
QSize iconSize( 16, 16 );

#if 0 // unused
QSettings settings;
bool showClassifiers = settings.value( "/qgis/showLegendClassifiers", false ).toBool();
#endif

SymbologyList itemList = layer->rendererV2()->legendSymbologyItems( iconSize );

Expand Down

0 comments on commit 8421c00

Please sign in to comment.