projects
/
m17n
/
m17n-lib-cs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80a46f5
)
*** empty log message ***
author
handa
<handa>
Mon, 20 Apr 2009 12:46:01 +0000
(12:46 +0000)
committer
handa
<handa>
Mon, 20 Apr 2009 12:46:01 +0000
(12:46 +0000)
MText.cs
patch
|
blob
|
history
diff --git
a/MText.cs
b/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);