From: <chr...@us...> - 2006-12-10 21:52:55
|
Revision: 1044 http://svn.sourceforge.net/gridarta/?rev=1044&view=rev Author: christianhujer Date: 2006-12-10 13:52:55 -0800 (Sun, 10 Dec 2006) Log Message: ----------- Removed unused variable. Modified Paths: -------------- trunk/crossfire/src/cfeditor/gui/ArchComboBox.java Modified: trunk/crossfire/src/cfeditor/gui/ArchComboBox.java =================================================================== --- trunk/crossfire/src/cfeditor/gui/ArchComboBox.java 2006-12-10 21:16:07 UTC (rev 1043) +++ trunk/crossfire/src/cfeditor/gui/ArchComboBox.java 2006-12-10 21:52:55 UTC (rev 1044) @@ -281,8 +281,6 @@ private String currentFilter = ""; - private ArrayList<GameObject[]> subFilters = new ArrayList<GameObject[]>(); - private static final long serialVersionUID = 1L; public ArchComboBoxModel() { @@ -292,7 +290,6 @@ return o1.getArchetypeName().toLowerCase().compareTo(o2.getArchetypeName().toLowerCase()); } }); - subFilters.add(archList); } public Object getSelectedItem() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |