From: S?bastien G. <kx...@us...> - 2004-05-13 22:33:54
|
Update of /cvsroot/vba/VisualBoyAdvance/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31022 Modified Files: Mode5.cpp Log Message: Removed unused vars. Index: Mode5.cpp =================================================================== RCS file: /cvsroot/vba/VisualBoyAdvance/src/Mode5.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Mode5.cpp 13 May 2004 15:06:44 -0000 1.5 --- Mode5.cpp 13 May 2004 22:33:46 -0000 1.6 *************** *** 266,274 **** } - int x00 = WIN0H >> 8; - int x01 = WIN0H & 255; - int x10 = WIN1H >> 8; - int x11 = WIN1H & 255; - u8 inWin0Mask = WININ & 0xFF; u8 inWin1Mask = WININ >> 8; --- 266,269 ---- |