Revert change to opaque settings, requires further investigation

This commit is contained in:
Ole Loots 2013-04-16 02:12:28 +02:00
parent 3edaf9ed2e
commit a2f34686bc
1 changed files with 0 additions and 1 deletions

View File

@ -117,7 +117,6 @@ void * bitmap_create_ex( int w, int h, short bpp, int rowstride, unsigned int st
bitmap->bpp = bpp;
bitmap->resized = NULL;
bitmap->rowstride = rowstride;
bitmap->opaque = true;
} else {
free(bitmap);
bitmap=NULL;