Remove variables not used warnings.

This commit is contained in:
riccardom 2008-12-30 17:34:40 +00:00
parent a363735acc
commit 6191ccbdca
1 changed files with 2 additions and 1 deletions

View File

@ -2563,7 +2563,6 @@ static void GPU_ligne_layer(NDS_Screen * screen, u16 l)
static void GPU_ligne_DispCapture(u16 l)
{
GPU * gpu = MainScreen.gpu;
struct _DISPCNT * dispCnt = &(gpu->dispx_st)->dispx_DISPCNT.bits;
if (l == 0)
{
@ -2699,8 +2698,10 @@ static void GPU_ligne_DispCapture(u16 l)
static INLINE void GPU_ligne_MasterBrightness(NDS_Screen * screen, u16 l)
{
GPU * gpu = screen->gpu;
#if 0
u8 * dst = GPU_screen + (screen->offset + l) * 512;
u16 i16;
#endif
if (!gpu->MasterBrightFactor) return;
#ifndef HAVE_LIBGDKGLEXT_X11_1_0
// damdoum :