-
diff --git a/Controllers/UserController.php b/Controllers/UserController.php
index b58d616..b74b73f 100644
--- a/Controllers/UserController.php
+++ b/Controllers/UserController.php
@@ -8,11 +8,6 @@ final class UserController
View::show("user/login");
}
- public function registerAction(Array $A_urlParams = null, Array $A_postParams = null)
- {
- View::show("user/register");
- }
-
private function get_or_die($DICT, $key)
{
if (isset($DICT[$key])) return $DICT[$key];
diff --git a/Views/register/login_signin.php b/Views/register/login_signin.php
deleted file mode 100644
index fed834a..0000000
--- a/Views/register/login_signin.php
+++ /dev/null
@@ -1,25 +0,0 @@
-
-