Skip to content

Commit 71a8b15

Browse files
committed
Remove unused code
1 parent f5ae108 commit 71a8b15

21 files changed

+6
-701
lines changed

CSharpApp/Controllers/APIController.cs

Lines changed: 0 additions & 140 deletions
This file was deleted.

CSharpApp/Controllers/CloseController.cs

Lines changed: 0 additions & 24 deletions
This file was deleted.

CSharpApp/Controllers/HomeController.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,6 @@ private async Task<HttpResponseMessage> SecuredApiGetRequest(string url)
165165

166166
return await client.GetAsync(url);
167167
}
168-
169-
public IActionResult Privacy()
170-
{
171-
return View();
172-
}
173168
}
174169
}
175170

CSharpApp/Controllers/SettingsController.cs

Lines changed: 0 additions & 52 deletions
This file was deleted.

CSharpApp/Controllers/TokenController.cs

Lines changed: 0 additions & 124 deletions
This file was deleted.

CSharpApp/Models/JDeere.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ public class JDeere
1010
public string Scopes { get; set; }
1111
public string State { get; set; }
1212
public string APIURL { get; set; }
13-
14-
// TODO: Delete below
15-
public string AuthorizationEndpoint { get; set; }
16-
public string TokenEndpoint { get; set; }
17-
public string APIEndPoint { get; set; }
18-
public string APIPath { get; set; }
19-
public string Token { get; set; }
2013
}
2114
}
2215

CSharpApp/Views/API/Index.cshtml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)