I am having trouble getting a css style to unset. Here is what I have tried:
$BaseURL = $this->baseurl;
unset($this->_styleSheets[$BaseURL.'/media/com_namewithheld/css/style.css']);
unset($this->_styleSheets[JURI::root(true).'/media/com_namewithheld/css/style.css']);
neither works, I even tried using the entire sites url? What could be going wrong? All may other unsets are working fine.