From f1bd8a63fc697f843d4c22463c29dbb6de4ca2b7 Mon Sep 17 00:00:00 2001 From: Philipp Haefelfinger Date: Fri, 7 Dec 2018 21:22:43 +0100 Subject: [PATCH] removed privacy view --- Controllers/HomeController.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Controllers/HomeController.cs b/Controllers/HomeController.cs index 8662f7b..444fe8e 100644 --- a/Controllers/HomeController.cs +++ b/Controllers/HomeController.cs @@ -15,11 +15,6 @@ namespace Tv7Playlist.Controllers return View(); } - public IActionResult Privacy() - { - return View(); - } - [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)] public IActionResult Error() {