Skip to content

Commit

Permalink
Removed unused variable (reported by gcc).
Browse files Browse the repository at this point in the history
  • Loading branch information
jriesmeier committed Jan 27, 2021
1 parent 9e639b6 commit f4567d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dcmpstat/apps/dcmpsprt.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (C) 1999-2020, OFFIS e.V.
* Copyright (C) 1999-2021, OFFIS e.V.
* All rights reserved. See COPYRIGHT file for details.
*
* This software and supporting documentation were developed by
Expand Down Expand Up @@ -73,7 +73,6 @@ static int addOverlay(const char *filename,
input >> ysize;
if ((xpos + xsize <= width) && (ypos + ysize <= height))
{
unsigned int value;
Uint16 *p = pixel + (ypos * width) + xpos;
for (unsigned long ys = 0; ys < ysize; ys++)
{
Expand Down

0 comments on commit f4567d2

Please sign in to comment.