From 9b29b6e5a76d7aa307e5e07664d19f1ba271deae Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 20 Apr 2009 12:46:01 +0000 Subject: [PATCH] *** empty log message *** --- MText.cs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/MText.cs b/MText.cs index 57a847b..45d711b 100644 --- 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); -- 1.7.10.4