Remove unused code

This commit is contained in:
Jonas Kulla 2013-10-29 08:53:56 +01:00
parent 655707b2e4
commit b6890a3c35
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ TEXFBO TexPool::request(int width, int height)
/* Found one! */
cobj = bucket.takeLast();
//p->priorityQueue.removeOne(obj);
p->priorityQueue.erase(cobj.prioIter);
p->memSize -= byteCount(size);