*** empty log message ***
authorhanda <handa>
Mon, 20 Apr 2009 12:46:01 +0000 (12:46 +0000)
committerhanda <handa>
Mon, 20 Apr 2009 12:46:01 +0000 (12:46 +0000)
MText.cs

index 57a847b..45d711b 100644 (file)
--- a/MText.cs
+++ b/MText.cs
@@ -1368,16 +1368,6 @@ namespace M17N.Core
        get { return (Parent == null ? 0 : Parent.Depth + 1); }
       }
 
-      private void DumpNestedOne ()
-      {
-       int depth;
-       MInterval i;
-       
-       for (depth = 0, i = this; i.Parent != null; depth++, i = i.Parent)
-         Console.Write ("  ");
-       DumpOne (true, true);
-      }
-
       public void DumpNested (bool force)
       {
        DumpNested ("", force);