OSDN Git Service

行を生成するメソッドをLineToIndexTableに移動した
[fooeditengine/FooEditEngine.git] / WPF / UnitTest / DummyRender.cs
index abe65d6..114e894 100644 (file)
@@ -125,11 +125,6 @@ namespace UnitTest
             throw new NotImplementedException();
         }
 
-        public List<LineToIndexTableData> BreakLine(Document doc,LineToIndexTable layoutLineCollection, int startIndex, int endIndex, double wrapwidth)
-        {
-            throw new NotImplementedException();
-        }
-
         public void DrawGripper(Point p, double radius)
         {
             throw new NotImplementedException();