clear method

void clear()

Implementation

void clear() {
  _frames.clear();

  _maxWidthFrame = 0;
  _maxHeightFrame = 0;
}