remove unused constructor.
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / php / model / XDebugBooleanValue.java
index bb37515..e062dfe 100644 (file)
@@ -9,11 +9,6 @@ public class XDebugBooleanValue extends XDebugAbstractValue {
                super(variable, varNode, typeName);
        }
        
-       public XDebugBooleanValue(XDebugVariable variable,String typeName) {
-               super(variable, typeName);
-       }
-
-
        public boolean supportsValueModification() {
                return true;
        }
@@ -56,8 +51,4 @@ public class XDebugBooleanValue extends XDebugAbstractValue {
                        return true;
                return false;
        }
-       
-       /*public String toString() {
-               return null;
-       }*/
-}
+}
\ No newline at end of file