remove todo and obsolete constants
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 10 Apr 2010 14:52:40 +0000 (10:52 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sat, 10 Apr 2010 14:52:40 +0000 (10:52 -0400)
framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php
framework/ActiveSync/lib/Horde/ActiveSync/Wbxml.php

index df92ce3..f84d2fe 100644 (file)
@@ -36,9 +36,9 @@ class Horde_ActiveSync_Connector_Importer
     protected $_backend;
 
     /**
+     * Flags
      *
-     * @TODO
-     * @var <type>
+     * @var integer
      */
     protected $_flags;
 
index 7529056..4235a6a 100644 (file)
@@ -20,8 +20,6 @@
  */
 class Horde_ActiveSync_Wbxml
 {
-    // @TODO - debug should be a config parameter
-    const DEBUG = false;
     const SWITCH_PAGE =     0x00;
     const END =             0x01;
     const ENTITY =          0x02;