From: <aki...@us...> - 2006-12-14 21:34:41
|
Revision: 1063 http://svn.sourceforge.net/gridarta/?rev=1063&view=rev Author: akirschbaum Date: 2006-12-14 13:34:40 -0800 (Thu, 14 Dec 2006) Log Message: ----------- Remove unused import statement. Modified Paths: -------------- trunk/crossfire/src/cfeditor/gui/ScriptManager.java Modified: trunk/crossfire/src/cfeditor/gui/ScriptManager.java =================================================================== --- trunk/crossfire/src/cfeditor/gui/ScriptManager.java 2006-12-14 21:32:45 UTC (rev 1062) +++ trunk/crossfire/src/cfeditor/gui/ScriptManager.java 2006-12-14 21:34:40 UTC (rev 1063) @@ -17,7 +17,6 @@ import java.awt.event.ActionListener; import java.util.HashMap; import javax.swing.AbstractListModel; -import javax.swing.DefaultListSelectionModel; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JList; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |