From: <aki...@us...> - 2006-12-23 12:45:27
|
Revision: 1221 http://svn.sourceforge.net/gridarta/?rev=1221&view=rev Author: akirschbaum Date: 2006-12-23 04:45:27 -0800 (Sat, 23 Dec 2006) Log Message: ----------- Remove unused import statements. Modified Paths: -------------- trunk/crossfire/src/cfeditor/CArchPanelPan.java trunk/crossfire/src/cfeditor/gameobject/ArchetypeParser.java trunk/crossfire/src/cfeditor/gui/maptilelist/MapTileListControl.java trunk/crossfire/src/cfeditor/map/MapControl.java trunk/daimonin/src/daieditor/CArchPanelPan.java trunk/daimonin/src/daieditor/gui/maptilelist/MapTileListControl.java trunk/daimonin/src/daieditor/gui/maptilelist/MapTileListView.java Modified: trunk/crossfire/src/cfeditor/CArchPanelPan.java =================================================================== --- trunk/crossfire/src/cfeditor/CArchPanelPan.java 2006-12-23 12:26:23 UTC (rev 1220) +++ trunk/crossfire/src/cfeditor/CArchPanelPan.java 2006-12-23 12:45:27 UTC (rev 1221) @@ -25,7 +25,6 @@ package cfeditor; -import cfeditor.gameobject.ArchetypeSet; import cfeditor.gameobject.GameObject; import java.awt.BorderLayout; import java.awt.Component; @@ -46,7 +45,6 @@ import javax.swing.event.ListSelectionListener; import org.apache.log4j.Logger; import org.jetbrains.annotations.NotNull; -import org.jetbrains.annotations.Nullable; /** * @author unknown Modified: trunk/crossfire/src/cfeditor/gameobject/ArchetypeParser.java =================================================================== --- trunk/crossfire/src/cfeditor/gameobject/ArchetypeParser.java 2006-12-23 12:26:23 UTC (rev 1220) +++ trunk/crossfire/src/cfeditor/gameobject/ArchetypeParser.java 2006-12-23 12:45:27 UTC (rev 1221) @@ -25,17 +25,12 @@ package cfeditor.gameobject; import cfeditor.CMainControl; -import cfeditor.IGUIConstants; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; -import java.util.HashMap; -import java.util.List; -import java.util.Map; import net.sf.gridarta.gameobject.AbstractArchetypeParser; import net.sf.gridarta.gameobject.anim.DuplicateAnimationException; -import net.sf.gridarta.io.IOUtils; import org.apache.log4j.Logger; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; Modified: trunk/crossfire/src/cfeditor/gui/maptilelist/MapTileListControl.java =================================================================== --- trunk/crossfire/src/cfeditor/gui/maptilelist/MapTileListControl.java 2006-12-23 12:26:23 UTC (rev 1220) +++ trunk/crossfire/src/cfeditor/gui/maptilelist/MapTileListControl.java 2006-12-23 12:45:27 UTC (rev 1221) @@ -39,11 +39,8 @@ import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import java.util.Date; -import javax.swing.JList; -import javax.swing.JPanel; import javax.swing.event.ListSelectionEvent; import javax.swing.event.ListSelectionListener; -import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; /** Modified: trunk/crossfire/src/cfeditor/map/MapControl.java =================================================================== --- trunk/crossfire/src/cfeditor/map/MapControl.java 2006-12-23 12:26:23 UTC (rev 1220) +++ trunk/crossfire/src/cfeditor/map/MapControl.java 2006-12-23 12:45:27 UTC (rev 1221) @@ -25,7 +25,6 @@ package cfeditor.map; import cfeditor.CMainControl; -import cfeditor.CMapViewBasic; import cfeditor.IGUIConstants; import cfeditor.MapViewIFrame; import cfeditor.gameobject.GameObject; Modified: trunk/daimonin/src/daieditor/CArchPanelPan.java =================================================================== --- trunk/daimonin/src/daieditor/CArchPanelPan.java 2006-12-23 12:26:23 UTC (rev 1220) +++ trunk/daimonin/src/daieditor/CArchPanelPan.java 2006-12-23 12:45:27 UTC (rev 1221) @@ -25,7 +25,6 @@ package daieditor; -import daieditor.gameobject.ArchetypeSet; import daieditor.gameobject.GameObject; import java.awt.BorderLayout; import java.awt.Component; @@ -51,7 +50,6 @@ import net.sf.japi.swing.ActionFactory; import org.apache.log4j.Logger; import org.jetbrains.annotations.NotNull; -import org.jetbrains.annotations.Nullable; /** * @author unknown Modified: trunk/daimonin/src/daieditor/gui/maptilelist/MapTileListControl.java =================================================================== --- trunk/daimonin/src/daieditor/gui/maptilelist/MapTileListControl.java 2006-12-23 12:26:23 UTC (rev 1220) +++ trunk/daimonin/src/daieditor/gui/maptilelist/MapTileListControl.java 2006-12-23 12:45:27 UTC (rev 1221) @@ -27,11 +27,9 @@ package daieditor.gui.maptilelist; import daieditor.CopyBuffer; -import daieditor.CGUIUtils; import daieditor.CMainControl; import daieditor.CMainView; import daieditor.CPickmapPanel; -import daieditor.IGUIConstants; import daieditor.gameobject.GameObject; import daieditor.map.MapControl; import java.awt.Point; @@ -44,9 +42,7 @@ import javax.swing.event.ListSelectionEvent; import javax.swing.event.ListSelectionListener; import net.sf.gridarta.map.MapSquare; -import net.sf.japi.swing.ActionFactory; import net.sf.japi.swing.ActionMethod; -import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; /** Modified: trunk/daimonin/src/daieditor/gui/maptilelist/MapTileListView.java =================================================================== --- trunk/daimonin/src/daieditor/gui/maptilelist/MapTileListView.java 2006-12-23 12:26:23 UTC (rev 1220) +++ trunk/daimonin/src/daieditor/gui/maptilelist/MapTileListView.java 2006-12-23 12:45:27 UTC (rev 1221) @@ -26,10 +26,8 @@ package daieditor.gui.maptilelist; -import daieditor.CopyBuffer; import daieditor.CGUIUtils; import daieditor.CMainControl; -import daieditor.CPickmapPanel; import daieditor.IGUIConstants; import daieditor.gameobject.GameObject; import daieditor.map.MapControl; @@ -39,12 +37,7 @@ import java.awt.GridLayout; import java.awt.Insets; import java.awt.Rectangle; -import static java.awt.event.InputEvent.SHIFT_MASK; import java.awt.event.MouseEvent; -import static java.awt.event.MouseEvent.BUTTON1; -import static java.awt.event.MouseEvent.BUTTON2; -import static java.awt.event.MouseEvent.BUTTON3; -import java.awt.event.MouseListener; import javax.swing.DefaultListCellRenderer; import javax.swing.DefaultListModel; import javax.swing.ImageIcon; @@ -55,13 +48,9 @@ import javax.swing.JScrollPane; import javax.swing.JViewport; import static javax.swing.ScrollPaneConstants.HORIZONTAL_SCROLLBAR_NEVER; -import javax.swing.event.ListSelectionEvent; -import javax.swing.event.ListSelectionListener; import net.sf.gridarta.gui.map.MapCursorEvent; import net.sf.gridarta.gui.map.MapCursorListener; -import net.sf.gridarta.map.MapSquare; import net.sf.japi.swing.ActionFactory; -import net.sf.japi.swing.ActionMethod; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |