Fix compile error for not gtk.

This commit is contained in:
riccardom 2008-12-30 18:41:56 +00:00
parent 6191ccbdca
commit 38069dd9bc
1 changed files with 1 additions and 1 deletions

View File

@ -2698,7 +2698,7 @@ static void GPU_ligne_DispCapture(u16 l)
static INLINE void GPU_ligne_MasterBrightness(NDS_Screen * screen, u16 l) static INLINE void GPU_ligne_MasterBrightness(NDS_Screen * screen, u16 l)
{ {
GPU * gpu = screen->gpu; GPU * gpu = screen->gpu;
#if 0 #ifndef HAVE_LIBGDKGLEXT_X11_1_0
u8 * dst = GPU_screen + (screen->offset + l) * 512; u8 * dst = GPU_screen + (screen->offset + l) * 512;
u16 i16; u16 i16;
#endif #endif