698 // TODO: what the heh? |
698 // TODO: what the heh? |
699 // |
699 // |
700 void MainWindow::deleteObjects (LDObjectList objs) |
700 void MainWindow::deleteObjects (LDObjectList objs) |
701 { |
701 { |
702 for (LDObject* obj : objs) |
702 for (LDObject* obj : objs) |
703 obj->deleteSelf(); |
703 obj->destroy(); |
704 } |
704 } |
705 |
705 |
706 // ============================================================================= |
706 // ============================================================================= |
707 // |
707 // |
708 void MainWindow::deleteByColor (const int colnum) |
708 void MainWindow::deleteByColor (const int colnum) |