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:
parent
6f2a704bbd
commit
21feacd159
27 changed files with 16 additions and 59 deletions
|
@ -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; */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue