From: <aki...@us...> - 2006-12-14 21:31:41
|
Revision: 1061 http://svn.sourceforge.net/gridarta/?rev=1061&view=rev Author: akirschbaum Date: 2006-12-14 13:31:37 -0800 (Thu, 14 Dec 2006) Log Message: ----------- Remove unused import statement. Modified Paths: -------------- trunk/crossfire/src/cfeditor/CMapTileList.java Modified: trunk/crossfire/src/cfeditor/CMapTileList.java =================================================================== --- trunk/crossfire/src/cfeditor/CMapTileList.java 2006-12-13 19:22:35 UTC (rev 1060) +++ trunk/crossfire/src/cfeditor/CMapTileList.java 2006-12-14 21:31:37 UTC (rev 1061) @@ -42,7 +42,6 @@ import javax.swing.BorderFactory; import javax.swing.DefaultListCellRenderer; import javax.swing.DefaultListModel; -import javax.swing.JButton; import javax.swing.JList; import javax.swing.JPanel; import javax.swing.JScrollPane; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |