remove old method

This commit is contained in:
Jake Visser 2017-07-12 22:27:23 -07:00
commit cac883391f

View file

@ -226,9 +226,5 @@ namespace qcbadge.Controllers
return View();
}
private bool IsBitSet(long b, int pos)
{
return (b & (1 << pos)) != 0;
}
}
}