Comment out unused variable. Seems the functions that were supposed to use

it are commented out, but the variable was left. Fixed.


SVN revision: 33659
This commit is contained in:
Christopher Michael 2008-02-01 01:50:56 +00:00
parent f665bd40d6
commit 865f8ada56
1 changed files with 1 additions and 1 deletions

View File

@ -969,7 +969,7 @@ evas_software_x11_outbuf_debug_show(Outbuf * buf, Drawable draw, int x, int y, i
}
for (i = 0; i < 20; i++)
{
XImage *xim;
// XImage *xim;
XSetForeground(buf->priv.x.disp, buf->priv.x.gc,
BlackPixel(buf->priv.x.disp, screen_num));