From d3afc39c13805eeb8d4c58e2852e5730c33a096b Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 22 Oct 2010 12:07:43 -0400 Subject: [PATCH] remove todo --- framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php b/framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php index 63379dde2..a423a7c1b 100644 --- a/framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php +++ b/framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php @@ -58,8 +58,6 @@ class Horde_ActiveSync_Wbxml_Decoder extends Horde_ActiveSync_Wbxml { $this->_in = $input; $this->_logger = new Horde_Support_Stub(); - // @TODO - these don't seem to be used anywhere, do we really need - // to keep them in an instance variable? $this->version = $this->_getByte(); $this->publicid = $this->_getMBUInt(); if ($this->publicid == 0) { -- 2.11.0