Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 28, 2016
1 parent 705d4f5 commit 0a8df07
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/raster/qgshillshaderenderer.cpp
Expand Up @@ -208,10 +208,6 @@ QgsRasterBlock *QgsHillshadeRenderer::block( int bandNo, const QgsRectangle &ext
{
aspectRad = 2 * M_PI - M_PI_2;
}
else
{
aspectRad = aspectRad;
}
}

double colorvalue = qBound( 0.0, 255.0 * (( cosZenithRad * cos( slope_rad ) ) +
Expand Down

0 comments on commit 0a8df07

Please sign in to comment.