| 64 | } |
| 65 | |
| 66 | void PathAdditionObject::Unload() |
| 67 | { |
| 68 | LanguageFreeObjectString(_legacyType.name); |
| 69 | UnloadImages(); |
| 70 | |
| 71 | _legacyType.name = 0; |
| 72 | _legacyType.image = 0; |
| 73 | } |
| 74 | |
| 75 | void PathAdditionObject::DrawPreview(Drawing::RenderTarget& rt, int32_t width, int32_t height) const |
| 76 | { |
nothing calls this directly
no test coverage detected