From: <aki...@us...> - 2006-12-17 21:02:58
|
Revision: 1173 http://svn.sourceforge.net/gridarta/?rev=1173&view=rev Author: akirschbaum Date: 2006-12-17 13:02:58 -0800 (Sun, 17 Dec 2006) Log Message: ----------- Remove unused code. Modified Paths: -------------- trunk/crossfire/src/cfeditor/gui/map/DefaultLevelRenderer.java Modified: trunk/crossfire/src/cfeditor/gui/map/DefaultLevelRenderer.java =================================================================== --- trunk/crossfire/src/cfeditor/gui/map/DefaultLevelRenderer.java 2006-12-17 20:58:40 UTC (rev 1172) +++ trunk/crossfire/src/cfeditor/gui/map/DefaultLevelRenderer.java 2006-12-17 21:02:58 UTC (rev 1173) @@ -28,7 +28,6 @@ import cfeditor.CMainControl; import cfeditor.CMapViewBasic; import cfeditor.IGUIConstants; -import cfeditor.filter.AttributeFilter; import cfeditor.gameobject.ArchetypeSet; import cfeditor.gameobject.GameObject; import cfeditor.map.MapControl; @@ -126,8 +125,6 @@ filter = mainControl.getFilterControl(); archlist = mainControl.getArchetypeSet(); - final AttributeFilter af = new AttributeFilter(); - af.addAttribute("no_pass", "1"); isPickmap = pickmap; // initialize the tmp. graphic buffer tmpImage = new BufferedImage(32, 32, BufferedImage.TYPE_INT_ARGB); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |