]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/master/class_HubMasterNode.php
Removed also deprecated queues/queries as there are now stacks
[hub.git] / application / hub / main / nodes / master / class_HubMasterNode.php
index 4b89637348ca3e10d213a8614b3caf84c498fcbf..23124cc7e086b50cd88e717b9d139ed83cd6bb30 100644 (file)
@@ -65,18 +65,6 @@ class HubMasterNode extends BaseHubNode implements NodeHelper, Registerable {
                $this->partialStub('Please implement more boot-strapping steps!');
        }
 
-       /**
-        * Initializes hub-specific queues
-        *
-        * @return      void
-        * @todo        Unfinished method
-        */
-       public function initQueues () {
-               // Call generic queues every hub may have, like the core queue
-               parent::initGenericQueues();
-               $this->partialStub('Please add some more hub-specific queues.');
-       }
-
        /**
         * Add some node-specific filters
         *