Skip to content

Commit 1cadc25

Browse files
committedAug 12, 2013
Get rid of compiler warnings
1 parent d049f94 commit 1cadc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/composer/qgscomposerlegend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,9 @@ QgsComposerLegend::Nucleon QgsComposerLegend::drawSymbolItem( QgsComposerLegendI
311311
//real symbol height. Can be different from standard height in case of point symbols
312312
double realSymbolHeight;
313313

314+
#if 0
314315
QgsComposerLayerItem* layerItem = dynamic_cast<QgsComposerLayerItem*>( symbolItem->parent() );
315316

316-
#if 0
317317
int opacity = 255;
318318
if ( layerItem )
319319
{

0 commit comments

Comments
 (0)
Please sign in to comment.