--- nfo/php/libs/com.newsblob.phphtmllib/widgets/data_list/DefaultGUIDataList.inc 2003/03/20 04:25:43 1.8 +++ nfo/php/libs/com.newsblob.phphtmllib/widgets/data_list/DefaultGUIDataList.inc 2003/04/03 23:56:17 1.9 @@ -75,14 +75,6 @@ /** - * This array holds the list of - * hidden items. - * - */ - var $_hidden_items = array(); - - - /** * Do we show action bar row? */ var $_show_actionbar = TRUE; @@ -914,10 +906,6 @@ return $script; } - function add_hidden_item($label, $value) { - $this->_hidden_items[$label] = $value; - } - } /**