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