From: Michael J. Rubinsky Date: Fri, 22 Oct 2010 16:07:43 +0000 (-0400) Subject: remove todo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d3afc39c13805eeb8d4c58e2852e5730c33a096b;p=horde.git remove todo --- 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) {