]> git.mxchange.org Git - city.git/blobdiff - application/city/interfaces/manager/city_entities/class_ManageableCityEntities.php
They don't need map expansion:
[city.git] / application / city / interfaces / manager / city_entities / class_ManageableCityEntities.php
index 127201a174246e966e8710e8d1b8a50b145df4c4..8c68118da0b386213803b02acc461b4f71dc320d 100644 (file)
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 interface ManageableCityEntities extends Manageable {
-       /**
-        * Checks whether at least one map requires expansion
-        *
-        * @return      $requiresExpansion      Whether a map requires expansion
-        */
-       function isMapPendingExpansion ();
-
-       /**
-        * Expands any map that requires expansion
-        *
-        * @return      void
-        */
-       function expandMaps ();
 }
 
 // [EOF]