removing unused var

cat-town
Dan Buch 13 years ago
parent 29141a90fb
commit 32e17c6754

@ -7,7 +7,6 @@ namespace TwitterPractice.Controllers
public class HomeController : Controller
{
private static string title = "Twitter Practice!";
private string requestTemplate;
private TwitterModels _twitterModels;
public HomeController()

Loading…
Cancel
Save