1
0

Theme update. Cleanup configuration

This commit is contained in:
2022-02-12 20:40:02 +01:00
parent 5e8180831a
commit 5e301f1fe1
5 changed files with 13 additions and 32 deletions

View File

@ -69,6 +69,4 @@ num > 0 && (num & (num - 1)) == 0;
//Clear all bits from 0 to N
mask = ~((1 << n+1 ) - 1);
x &= mask;
```