Skip to content

Commit 8421c00

Browse files
author
jef
committed
fix windows build
git-svn-id: http://svn.osgeo.org/qgis/trunk@12144 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 976748c commit 8421c00

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2929
-2941
lines changed

src/app/legend/qgslegendlayer.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,10 @@ void QgsLegendLayer::vectorLayerSymbologyV2( QgsVectorLayer* layer )
284284
{
285285
QSize iconSize( 16, 16 );
286286

287+
#if 0 // unused
287288
QSettings settings;
288289
bool showClassifiers = settings.value( "/qgis/showLegendClassifiers", false ).toBool();
290+
#endif
289291

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

0 commit comments

Comments
 (0)