Remove todo comment for something already done.

svn path=/trunk/netsurf/; revision=10708
This commit is contained in:
Michael Drake 2010-08-14 17:09:13 +00:00
parent 26cc213d23
commit aa877fe856

View File

@ -166,7 +166,6 @@ bool bitmap_get_opaque(void *vbitmap)
{
struct bitmap *bitmap = (struct bitmap *)vbitmap;
assert(bitmap);
/* todo: get whether bitmap is opaque */
return bitmap->opaque;
}