From: <aki...@us...> - 2008-07-31 21:51:02
|
Revision: 4632 http://gridarta.svn.sourceforge.net/gridarta/?rev=4632&view=rev Author: akirschbaum Date: 2008-07-31 21:51:05 +0000 (Thu, 31 Jul 2008) Log Message: ----------- Remove MainControl.getArchetypeTypeSet(). Modified Paths: -------------- trunk/crossfire/src/cfeditor/CMainControl.java trunk/daimonin/src/daieditor/CMainControl.java trunk/src/app/net/sf/gridarta/MainControl.java trunk/src/test/net/sf/gridarta/map/DefaultMapModelTest.java Modified: trunk/crossfire/src/cfeditor/CMainControl.java =================================================================== --- trunk/crossfire/src/cfeditor/CMainControl.java 2008-07-31 21:50:23 UTC (rev 4631) +++ trunk/crossfire/src/cfeditor/CMainControl.java 2008-07-31 21:51:05 UTC (rev 4632) @@ -767,11 +767,6 @@ } /** {@inheritDoc} */ - public ArchetypeTypeSet<GameObject, MapArchObject, Archetype> getArchetypeTypeSet() { - return archetypeTypeSet; - } - - /** {@inheritDoc} */ public Spells<NumberSpell> getNumberSpells() { return numberSpells; } Modified: trunk/daimonin/src/daieditor/CMainControl.java =================================================================== --- trunk/daimonin/src/daieditor/CMainControl.java 2008-07-31 21:50:23 UTC (rev 4631) +++ trunk/daimonin/src/daieditor/CMainControl.java 2008-07-31 21:51:05 UTC (rev 4632) @@ -947,11 +947,6 @@ } /** {@inheritDoc} */ - public ArchetypeTypeSet<GameObject, MapArchObject, Archetype> getArchetypeTypeSet() { - return archetypeTypeSet; - } - - /** {@inheritDoc} */ public Spells<NumberSpell> getNumberSpells() { return numberSpells; } Modified: trunk/src/app/net/sf/gridarta/MainControl.java =================================================================== --- trunk/src/app/net/sf/gridarta/MainControl.java 2008-07-31 21:50:23 UTC (rev 4631) +++ trunk/src/app/net/sf/gridarta/MainControl.java 2008-07-31 21:51:05 UTC (rev 4632) @@ -129,12 +129,6 @@ MapManager<G, A, R, V> getMapManager(); /** - * Returns the list with the types for the Archetypes and GameObjects. - * @return The list with the types for the Archetypes and GameObjects. - */ - ArchetypeTypeSet<G, A, R> getArchetypeTypeSet(); - - /** * Return the numbered spell objects. * @return The numbered spell objects. */ Modified: trunk/src/test/net/sf/gridarta/map/DefaultMapModelTest.java =================================================================== --- trunk/src/test/net/sf/gridarta/map/DefaultMapModelTest.java 2008-07-31 21:50:23 UTC (rev 4631) +++ trunk/src/test/net/sf/gridarta/map/DefaultMapModelTest.java 2008-07-31 21:51:05 UTC (rev 4632) @@ -454,11 +454,6 @@ } /** {@inheritDoc} */ - public ArchetypeTypeSet getArchetypeTypeSet() { - throw new AssertionError(); - } - - /** {@inheritDoc} */ public Spells<NumberSpell> getNumberSpells() { throw new AssertionError(); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |