function(string $key = 'default') { if (isset($this->_measures[$key])) { unset($this->_measures[$key]); return true; } return false; }