remove todo
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 22 Oct 2010 16:07:43 +0000 (12:07 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 22 Oct 2010 16:07:43 +0000 (12:07 -0400)
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php

index 63379dd..a423a7c 100644 (file)
@@ -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) {