mirror of
https://github.com/Queercon/QC14-Badge-Webview.git
synced 2025-08-19 21:03:31 -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();
|
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