diff options
| author | Teddy Wing | 2021-03-04 19:59:00 +0100 |
|---|---|---|
| committer | Teddy Wing | 2021-03-04 19:59:00 +0100 |
| commit | eeb6fe814ee67e4ccb343bc3808420ac434f9d10 (patch) | |
| tree | 58358b8349be5a24e3d38e84a9b63f7accbb3389 | |
| parent | 794fcee37237f58901ed32664c032ca5e09e668c (diff) | |
| download | Re-Good-Catalina-Invert-Colours-eeb6fe814ee67e4ccb343bc3808420ac434f9d10.tar.bz2 | |
Remove unused `CGGammaValue` tables
| -rw-r--r-- | main.m | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2,8 +2,6 @@ int main(int argc, const char * argv[]) { const CGGammaValue gamma[2] = {1, 0}; - const CGGammaValue two[2] = {1, 0}; - const CGGammaValue three[2] = {0, 1}; CGSetDisplayTransferByTable( CGMainDisplayID(), |
