1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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

@ -1040,6 +1040,7 @@ static int dither_8X8[8][8] =
//};
*/
/*
static int dither_4X4[4][4] =
{
{ 0, 8, 2, 10 },
@ -1062,6 +1063,7 @@ static int dither_2X2[2][2] =
{ 0, 2 },
{ 3, 1}
};
*/
/*static int dither_matrix_sz = 2; */
/*static int dither_matrix_sz = 4; */