remove timer thats no longer needed

This commit is contained in:
Grant Limberg 2016-11-14 14:58:57 -08:00
commit f20c7303e8
2 changed files with 215 additions and 2 deletions

View file

@ -40,8 +40,6 @@ namespace WinUI
set { _networkCollection = value; }
}
private Timer timer = null;
public ToolbarItem()
{
InitializeComponent();