From 48dfb1bb706ae2bb7c28810c3d0d7e7e05d0ac49 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sun, 16 Nov 2014 15:11:31 +0100 Subject: [PATCH] Livestatus\Query: remove obsolete properties --- library/Icinga/Protocol/Livestatus/Query.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/library/Icinga/Protocol/Livestatus/Query.php b/library/Icinga/Protocol/Livestatus/Query.php index f719029db..305a21a24 100644 --- a/library/Icinga/Protocol/Livestatus/Query.php +++ b/library/Icinga/Protocol/Livestatus/Query.php @@ -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;