Remove unused attributes
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
parent
1fa1f168c8
commit
7fd1bf90bd
@ -5,7 +5,6 @@ package net.bigeon.gclc.swt;
|
|||||||
|
|
||||||
import org.eclipse.swt.widgets.Text;
|
import org.eclipse.swt.widgets.Text;
|
||||||
|
|
||||||
import net.bigeon.gclc.manager.ConsoleOutput;
|
|
||||||
import net.bigeon.gclc.utils.AOutputForwardRunnable;
|
import net.bigeon.gclc.utils.AOutputForwardRunnable;
|
||||||
import net.bigeon.gclc.utils.PipedConsoleOutput;
|
import net.bigeon.gclc.utils.PipedConsoleOutput;
|
||||||
|
|
||||||
@ -47,7 +46,6 @@ public final class ConsoleOutputManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private final Text text;
|
private final Text text;
|
||||||
private ConsoleOutput output;
|
|
||||||
/** The forwarding runnable */
|
/** The forwarding runnable */
|
||||||
private ToSWTConsoleForwardRunnable forward;
|
private ToSWTConsoleForwardRunnable forward;
|
||||||
private Thread forwardThread;
|
private Thread forwardThread;
|
||||||
|
@ -35,8 +35,6 @@
|
|||||||
*/
|
*/
|
||||||
package net.bigeon.gclc.swt;
|
package net.bigeon.gclc.swt;
|
||||||
|
|
||||||
import java.util.logging.Logger;
|
|
||||||
|
|
||||||
import org.eclipse.swt.SWT;
|
import org.eclipse.swt.SWT;
|
||||||
import org.eclipse.swt.layout.GridData;
|
import org.eclipse.swt.layout.GridData;
|
||||||
import org.eclipse.swt.layout.GridLayout;
|
import org.eclipse.swt.layout.GridLayout;
|
||||||
@ -52,11 +50,6 @@ import net.bigeon.gclc.utils.PipedConsoleOutput;
|
|||||||
*
|
*
|
||||||
* @author Emmanuel Bigeon */
|
* @author Emmanuel Bigeon */
|
||||||
public final class SWTConsoleView extends Composite {
|
public final class SWTConsoleView extends Composite {
|
||||||
/** The class logger */
|
|
||||||
private static final Logger LOGGER = Logger
|
|
||||||
.getLogger(SWTConsoleView.class.getName());
|
|
||||||
/** The input. */
|
|
||||||
private PipedConsoleInput input;
|
|
||||||
private final ConsoleInputManager inManager;
|
private final ConsoleInputManager inManager;
|
||||||
private final ConsoleOutputManager outManager;
|
private final ConsoleOutputManager outManager;
|
||||||
/** Create the composite.
|
/** Create the composite.
|
||||||
|
Loading…
Reference in New Issue
Block a user