| 291 |
291 |
| 292 // ============================================================================= |
292 // ============================================================================= |
| 293 // |
293 // |
| 294 void LDObject::destroy() |
294 void LDObject::destroy() |
| 295 { |
295 { |
| |
296 print ("Destroying %1\n", this); |
| |
297 |
| 296 // Don't bother during program termination (FIXME) |
298 // Don't bother during program termination (FIXME) |
| 297 if (IsExiting() == false) |
299 if (IsExiting() == false) |
| 298 { |
300 { |
| 299 deselect(); |
301 deselect(); |
| 300 |
302 |