summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-08-14 16:29:26 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-08-14 16:29:26 +0000
commit30880797c774b59c51c8d45dbee1f08230569de5 (patch)
treeeb505e3f48ca7bc60c7f7aeed9750a6a1fa2bf4d
parent8e849785620131952e97f7655e8708aa0cae8fd2 (diff)
downloadnetsurf-30880797c774b59c51c8d45dbee1f08230569de5.tar.gz
netsurf-30880797c774b59c51c8d45dbee1f08230569de5.tar.bz2
Remove todo comment for something already done.
svn path=/trunk/netsurf/; revision=10705
-rw-r--r--amiga/bitmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/amiga/bitmap.c b/amiga/bitmap.c
index 0041073af..b18c71762 100644
--- a/amiga/bitmap.c
+++ b/amiga/bitmap.c
@@ -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;
}