diff options
| author | Mike Beattie <mike@ethernal.org> | 2012-09-14 13:13:35 +1200 | 
|---|---|---|
| committer | Mike Beattie <mike@ethernal.org> | 2012-09-14 13:13:35 +1200 | 
| commit | ce1b19a012a2c1c623b03efb93b881e297736718 (patch) | |
| tree | 4b8872dde26d43a4d10f65aa412da8970839c2e7 /altosui/AltosDisplayThread.java | |
| parent | 382c54a0d052c8975b57c995ef83bc8934bde242 (diff) | |
altosui: comment out un-used fields and methods
Signed-off-by: Mike Beattie <mike@ethernal.org>
Diffstat (limited to 'altosui/AltosDisplayThread.java')
| -rw-r--r-- | altosui/AltosDisplayThread.java | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosDisplayThread.java b/altosui/AltosDisplayThread.java index 299070c9..f7a1d03e 100644 --- a/altosui/AltosDisplayThread.java +++ b/altosui/AltosDisplayThread.java @@ -222,7 +222,7 @@ public class AltosDisplayThread extends Thread {  	public void run() {  		boolean		interrupted = false; -		String		line; +		//String		line;  		AltosState	state = null;  		AltosState	old_state = null;  		boolean		told;  | 
