| 2769 | |
| 2770 | |
| 2771 | void |
| 2772 | Node::clearLastRenderedImage() |
| 2773 | { |
| 2774 | _imp->effect->clearLastRenderedImage(); |
| 2775 | } |
| 2776 | |
| 2777 | /*After this call this node still knows the link to the old inputs/outputs |
| 2778 | but no other node knows this node.*/ |
no outgoing calls
no test coverage detected