Fix build with DEBUG: depth variable is no longer.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1507 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2009-08-26 15:20:32 +00:00
parent be2812888f
commit 55eaf2a098

View File

@ -1198,8 +1198,7 @@ process_brushcache(STREAM s, uint16 flags)
in_uint8(s, type); /* type, 0x8x = cached */ in_uint8(s, type); /* type, 0x8x = cached */
in_uint8(s, size); in_uint8(s, size);
DEBUG(("BRUSHCACHE(idx=%d,dp=%d,wd=%d,ht=%d,sz=%d)\n", cache_idx, depth, DEBUG(("BRUSHCACHE(idx=%d,wd=%d,ht=%d,sz=%d)\n", cache_idx, width, height, size));
width, height, size));
if ((width == 8) && (height == 8)) if ((width == 8) && (height == 8))
{ {