diff options
author | Dave Barnish <dave.barnish@arm.com> | 2013-05-28 16:44:19 +0100 |
---|---|---|
committer | Dave Barnish <dave.barnish@arm.com> | 2013-05-28 16:44:19 +0100 |
commit | 4c9be97eb24f7bf4c4c8571359b36df792da114c (patch) | |
tree | f2aa4e0bd553bb32d9cc848f3feb260128d27549 /src/armsoc_dri2.c | |
parent | fd50b130c1a11aacbf936a06558a1647c5fad525 (diff) |
Removed obsolete TODO comment
Change-Id: I016743e3127ff07cca1fe1e5759f1bad86a1c288
Diffstat (limited to 'src/armsoc_dri2.c')
-rw-r--r-- | src/armsoc_dri2.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/armsoc_dri2.c b/src/armsoc_dri2.c index 76454d9..6c520ca 100644 --- a/src/armsoc_dri2.c +++ b/src/armsoc_dri2.c @@ -231,10 +231,6 @@ fail: /** * Destroy Buffer - * - * TODO: MIDEGL-1464: Depending on how flipping ends up working, we may need a refcnt or - * something like this to defer destroying a buffer that is currently being - * scanned out.. */ static void ARMSOCDRI2DestroyBuffer(DrawablePtr pDraw, DRI2BufferPtr buffer) |