]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/cruncher/virgin/class_CruncherVirginState.php
Updated 'core'.
[hub.git] / application / hub / main / states / cruncher / virgin / class_CruncherVirginState.php
index 2ab6e02b6e950f077fe5c14919d137724f12b082..a5d2f15de49b9da659c532b6ae5362785a11507d 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2011 - 2012 Cruncher Developer Team
+ * @copyright  Copyright (c) 2011 - 2014 Cruncher Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -38,16 +38,12 @@ class CruncherVirginState extends BaseCruncherState implements Stateable {
        /**
         * Creates an instance of this class
         *
-        * @param       $cruncherInstance       An instance of a CruncherHelper class
         * @return      $stateInstance  An instance of a Stateable class
         */
-       public final static function createCruncherVirginState (CruncherHelper $cruncherInstance) {
+       public final static function createCruncherVirginState () {
                // Get new instance
                $stateInstance = new CruncherVirginState();
 
-               // Set the cruncher instance
-               $stateInstance->setCruncherInstance($cruncherInstance);
-
                // Return the prepared instance
                return $stateInstance;
        }