removed one of statechange listeners on uart in serialmon

git-svn-id: https://mspsim.svn.sourceforge.net/svnroot/mspsim/mspsim@781 23d1a52b-0c3c-0410-b72d-8f29ab48fe35
This commit is contained in:
joxe 2011-02-04 07:11:02 +00:00
parent 9d7d2d1df5
commit 03225b4781
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ public class SerialMon implements KeyListener, USARTListener,
usart.addStateChangeListener(this);
textArea.addKeyListener(this);
usart.addStateChangeListener(this);
}
public void saveWindowBounds() {