Skip to content

Commit

Permalink
Get rid of compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 12, 2013
1 parent d049f94 commit 1cadc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposerlegend.cpp
Expand Up @@ -311,9 +311,9 @@ QgsComposerLegend::Nucleon QgsComposerLegend::drawSymbolItem( QgsComposerLegendI
//real symbol height. Can be different from standard height in case of point symbols
double realSymbolHeight;

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

#if 0
int opacity = 255;
if ( layerItem )
{
Expand Down

0 comments on commit 1cadc25

Please sign in to comment.