Skip to content

Commit

Permalink
Remove unused method.
Browse files Browse the repository at this point in the history
  • Loading branch information
csmith committed Feb 15, 2016
1 parent 4639737 commit 943fa85
Showing 1 changed file with 0 additions and 7 deletions.
Expand Up @@ -30,7 +30,6 @@
import com.dmdirc.ui.messages.Formatter;

import java.util.Collections;
import java.util.Date;
import java.util.Optional;

/**
Expand Down Expand Up @@ -67,12 +66,6 @@ public void addLine(final String type, final Object... args) {
sendLine(Formatter.formatMessage(getConfigManager(), type, args));
}

@Override
@Deprecated
public void addLine(final String line, final Date timestamp) {
addLine(line);
}

@Override
public int getMaxLineLength() {
return target.getMaxLineLength();
Expand Down

0 comments on commit 943fa85

Please sign in to comment.