Remove todo comment for something already done.

svn path=/trunk/netsurf/; revision=10705
This commit is contained in:
Michael Drake 2010-08-14 16:29:26 +00:00
parent 8e84978562
commit 30880797c7
1 changed files with 0 additions and 1 deletions

View File

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