Removes unused inline blocks.
int $limit: The maximum number of inline blocks to remove.
public function removeUnused($limit = 100) { $this->deleteBlocksAndUsage($this->usage ->getUnused($limit)); }