libdthelp: Resolve 65 -Wunused-variable warnings

This commit is contained in:
Peter Howkins
2012-11-09 17:20:46 +00:00
parent 6f2a704bbd
commit 21feacd159
27 changed files with 16 additions and 59 deletions

View File

@@ -310,7 +310,6 @@ int _DtGrReadBitmapStream (display, d, stream, width, height, pixmap, x_hot, y_h
int *x_hot, *y_hot; /* RETURNED */
#endif
{
Pixmap pix; /* value to return */
unsigned char *data;
int res;