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