ソースを参照

Merge pull request #451 from csmith/master

Remove unused method.
pull/452/head
Greg Holmes 8年前
コミット
64262eebfe

+ 0
- 7
redirect/src/com/dmdirc/addons/redirect/FakeWriteableFrameContainer.java ファイルの表示

30
 import com.dmdirc.ui.messages.Formatter;
30
 import com.dmdirc.ui.messages.Formatter;
31
 
31
 
32
 import java.util.Collections;
32
 import java.util.Collections;
33
-import java.util.Date;
34
 import java.util.Optional;
33
 import java.util.Optional;
35
 
34
 
36
 /**
35
 /**
67
         sendLine(Formatter.formatMessage(getConfigManager(), type, args));
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
     @Override
69
     @Override
77
     public int getMaxLineLength() {
70
     public int getMaxLineLength() {
78
         return target.getMaxLineLength();
71
         return target.getMaxLineLength();

読み込み中…
キャンセル
保存