mirror of
https://github.com/Queercon/QC14-Badge-Webview.git
synced 2025-08-14 02:27:10 -07:00
remove old method
This commit is contained in:
parent
33fc020ce8
commit
cac883391f
1 changed files with 0 additions and 4 deletions
|
@ -226,9 +226,5 @@ namespace qcbadge.Controllers
|
|||
return View();
|
||||
}
|
||||
|
||||
private bool IsBitSet(long b, int pos)
|
||||
{
|
||||
return (b & (1 << pos)) != 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue