浏览代码

Remove unused method.

pull/451/head
Chris Smith 8 年前
父节点
当前提交
943fa85efc
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0
    7
      redirect/src/com/dmdirc/addons/redirect/FakeWriteableFrameContainer.java

+ 0
- 7
redirect/src/com/dmdirc/addons/redirect/FakeWriteableFrameContainer.java 查看文件

@@ -30,7 +30,6 @@ import com.dmdirc.ui.messages.BackBufferFactory;
30 30
 import com.dmdirc.ui.messages.Formatter;
31 31
 
32 32
 import java.util.Collections;
33
-import java.util.Date;
34 33
 import java.util.Optional;
35 34
 
36 35
 /**
@@ -67,12 +66,6 @@ public class FakeWriteableFrameContainer extends FrameContainer {
67 66
         sendLine(Formatter.formatMessage(getConfigManager(), type, args));
68 67
     }
69 68
 
70
-    @Override
71
-    @Deprecated
72
-    public void addLine(final String line, final Date timestamp) {
73
-        addLine(line);
74
-    }
75
-
76 69
     @Override
77 70
     public int getMaxLineLength() {
78 71
         return target.getMaxLineLength();

正在加载...
取消
保存