removing unused var
This commit is contained in:
parent
29141a90fb
commit
32e17c6754
@ -7,7 +7,6 @@ namespace TwitterPractice.Controllers
|
|||||||
public class HomeController : Controller
|
public class HomeController : Controller
|
||||||
{
|
{
|
||||||
private static string title = "Twitter Practice!";
|
private static string title = "Twitter Practice!";
|
||||||
private string requestTemplate;
|
|
||||||
private TwitterModels _twitterModels;
|
private TwitterModels _twitterModels;
|
||||||
|
|
||||||
public HomeController()
|
public HomeController()
|
||||||
|
Loading…
Reference in New Issue
Block a user