Remove unused variable.

SVN revision: 29379
This commit is contained in:
Sebastian Dransfeld 2007-04-05 15:44:28 +00:00
parent 8f7a264131
commit d8988d3200
1 changed files with 0 additions and 2 deletions

View File

@ -414,8 +414,6 @@ _xre_image_data_find(void *data)
void
_xre_image_data_put(XR_Image *im, void *data)
{
void *imdata = NULL;
if (!data) return;
switch (im->cs.space)
{