| 68 | //static hlist<pair<CPoint,int> > pointToContents; |
| 69 | |
| 70 | void CM_CleanLeafCache(void) |
| 71 | { |
| 72 | oldestPointToLeaf = sizePointToLeaf = 0; |
| 73 | // pointToLeaf.clear(); |
| 74 | #if 0 // VVFIXME |
| 75 | hlist<pair<CPoint,int> >::iterator l; |
| 76 | for(l=pointToLeaf.begin();l!=pointToLeaf.end();l++) |
| 77 | { |
| 78 | pointToLeaf.erase(l); |
| 79 | } |
| 80 | #endif |
| 81 | /* |
| 82 | for(l=pointToContents.begin();l!=pointToContents.end();l++) |
| 83 | { |
| 84 | pointToContents.erase(l); |
| 85 | } |
| 86 | */ |
| 87 | } |
| 88 | |
| 89 | /* |
| 90 | ================== |
no test coverage detected