]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/user/class_ShipSimuGuest.php
Deprecated method addUpdateData() removed
[shipsimu.git] / application / ship-simu / main / user / class_ShipSimuGuest.php
index a410917829c900182a1f2cd51616981feaabe3d4..b5438a23d2df0fb2e0dd28cf56325d0e79e492eb 100644 (file)
@@ -111,17 +111,6 @@ class ShipSimuGuest extends BaseUser implements ManageableGuest, Registerable {
        public function flushPendingUpdates () {
                // No updates will be flushed to database!
        }
-
-       /**
-        * Adds data for later complete update
-        *
-        * @param       $column         Column we want to update
-        * @param       $value          New value to store in database
-        * @return      void
-        */
-       public function addUpdateData ($column, $value) {
-               // Nothing shall be updated by user him/her self
-       }
 }
 
 // [EOF]