--------------------------------------------------------------------------
| 489 | |
| 490 | //-------------------------------------------------------------------------- |
| 491 | void GuiMLTextCtrl::freeLineBuffers() |
| 492 | { |
| 493 | mViewChunker.freeBlocks(); |
| 494 | mLineList = NULL; |
| 495 | mBitmapRefList = NULL; |
| 496 | mTagList = NULL; |
| 497 | mHitURL = 0; |
| 498 | mDirty = true; |
| 499 | } |
| 500 | |
| 501 | //-------------------------------------------------------------------------- |
| 502 | void GuiMLTextCtrl::freeResources() |
nothing calls this directly
no test coverage detected