From: <aki...@us...> - 2006-05-31 10:12:08
|
Revision: 89 Author: akirschbaum Date: 2006-05-31 03:11:58 -0700 (Wed, 31 May 2006) ViewCVS: http://svn.sourceforge.net/gridarta/?rev=89&view=rev Log Message: ----------- Remove unused variables. Modified Paths: -------------- trunk/crossfire/src/cfeditor/CMainControl.java trunk/crossfire/src/cfeditor/CMainView.java trunk/crossfire/src/cfeditor/CMapArchPanel.java trunk/crossfire/src/cfeditor/CMapViewBasic.java trunk/crossfire/src/cfeditor/CNewMapDialog.java Modified: trunk/crossfire/src/cfeditor/CMainControl.java =================================================================== --- trunk/crossfire/src/cfeditor/CMainControl.java 2006-05-31 09:51:06 UTC (rev 88) +++ trunk/crossfire/src/cfeditor/CMainControl.java 2006-05-31 10:11:58 UTC (rev 89) @@ -141,18 +141,12 @@ // resource directories private File mapDir; - private File archDir; - - private File scriptDir; - private String strMapDir; private String strArchDir; private String strScriptDir; - private String strImageDir = null; // directory for saving map images - // this flag indicates weither the user has ever changed the // active dir since the program started private boolean hasChangedDir = false; Modified: trunk/crossfire/src/cfeditor/CMainView.java =================================================================== --- trunk/crossfire/src/cfeditor/CMainView.java 2006-05-31 09:51:06 UTC (rev 88) +++ trunk/crossfire/src/cfeditor/CMainView.java 2006-05-31 10:11:58 UTC (rev 89) @@ -113,9 +113,6 @@ /** All open level views. */ private Vector mapViews = new Vector(1, 2); - /** Currently focused level view. */ - private CMapViewIFrame focusedMapView; - /** list of objects on map (right side) */ private CMapTileList mapTileList; Modified: trunk/crossfire/src/cfeditor/CMapArchPanel.java =================================================================== --- trunk/crossfire/src/cfeditor/CMapArchPanel.java 2006-05-31 09:51:06 UTC (rev 88) +++ trunk/crossfire/src/cfeditor/CMapArchPanel.java 2006-05-31 10:11:58 UTC (rev 89) @@ -104,8 +104,6 @@ private JTabbedPane panelDesktop; - private JPanel panelDesktop2; - private Style currentAttributes; private Document doc; Modified: trunk/crossfire/src/cfeditor/CMapViewBasic.java =================================================================== --- trunk/crossfire/src/cfeditor/CMapViewBasic.java 2006-05-31 09:51:06 UTC (rev 88) +++ trunk/crossfire/src/cfeditor/CMapViewBasic.java 2006-05-31 10:11:58 UTC (rev 89) @@ -77,9 +77,6 @@ /** The tile palette renderer. */ private final CLevelRenderer renderer; - //private JScrollPane scrollPane; - private Rectangle previewRect; - private boolean changed = false; private boolean showMapGrid; Modified: trunk/crossfire/src/cfeditor/CNewMapDialog.java =================================================================== --- trunk/crossfire/src/cfeditor/CNewMapDialog.java 2006-05-31 09:51:06 UTC (rev 88) +++ trunk/crossfire/src/cfeditor/CNewMapDialog.java 2006-05-31 10:11:58 UTC (rev 89) @@ -90,8 +90,6 @@ private final JTextField mapHeightField; - private JTabbedPane tabbedPane; - private final JPanel newLevelFromScratchPanel; private static final long serialVersionUID = -9194625062729020248L; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |