diff --git a/core/modules/user/lib/Drupal/user/Plugin/block/block/UserLoginBlock.php b/core/modules/user/lib/Drupal/user/Plugin/block/block/UserLoginBlock.php index 612f26e..c833b4b 100755 --- a/core/modules/user/lib/Drupal/user/Plugin/block/block/UserLoginBlock.php +++ b/core/modules/user/lib/Drupal/user/Plugin/block/block/UserLoginBlock.php @@ -16,15 +16,6 @@ class UserLoginBlock extends BlockBase { /** - * Implements BlockInterface::settings(); - */ - public function settings() { - return array( - 'whois_new_count' => 5, - ); - } - - /** * Implements BlockInterface::access(). */ public function access() {