remove debugging code accidentally left over in OpenVG driver

This commit is contained in:
Toad King 2012-09-19 21:06:32 -04:00
parent e8666e4b4e
commit dc57af26b7

View File

@ -316,11 +316,8 @@ static bool rpi_frame(void *data, const void *frame, unsigned width, unsigned he
vgDrawImage(rpi->mImage);
#ifdef HAVE_FREETYPE
//if (msg && rpi->mFontsOn)
// rpi_draw_message(rpi, msg);
static char temp[4096];
gfx_window_title(temp, 4096);
rpi_draw_message(rpi, temp);
if (msg && rpi->mFontsOn)
rpi_draw_message(rpi, msg);
#else
(void)msg;
#endif