Livestatus\Query: remove obsolete properties

This commit is contained in:
Thomas Gelf 2014-11-16 15:11:31 +01:00
parent 39a995cc6f
commit 48dfb1bb70
1 changed files with 0 additions and 9 deletions

View File

@ -10,15 +10,6 @@ use Icinga\Exception\IcingaException;
class Query extends SimpleQuery
{
protected $connection;
protected $table;
protected $filters = array();
protected $limit_count;
protected $limit_offset;
protected $columns;
protected $order_columns = array();
protected $count = false;
public function hasColumns()
{
return $this->columns !== null;