removePainterForSerial method

void removePainterForSerial(
  1. int serial
)

Implementation

void removePainterForSerial(int serial) {
  _shapePainters.remove(serial);
}