mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
remove obsolete method
This commit is contained in:
parent
f3e28bd939
commit
8d670efac5
1 changed files with 0 additions and 4 deletions
|
@ -101,10 +101,6 @@ public class SshConnector implements ITerminalConnector {
|
|||
void setOutputStream(OutputStream outputStream) {
|
||||
fOutputStream = outputStream;
|
||||
}
|
||||
public void writeToTerminal(String txt) {
|
||||
fControl.writeToTerminal(txt);
|
||||
|
||||
}
|
||||
public void setState(TerminalState state) {
|
||||
fControl.setState(state);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue