Skip to content

Commit a05dae3

Browse files
committed
remove unused local var
1 parent 90bee8c commit a05dae3

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
runner: windows-latest
4545
- arch: x64
4646
runner: windows-latest
47-
- arch: arm64
48-
runner: windows-11-arm
47+
# - arch: arm64
48+
# runner: windows-11-arm
4949

5050
runs-on: ${{ matrix.runner }}
5151
steps:

src/cmssamp.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ cmsBool BlackPointAsDarkerColorant(cmsHPROFILE hInput,
7373
cmsUInt32Number dwFormat;
7474
cmsHPROFILE hLab;
7575
cmsCIELab Lab;
76-
cmsCIEXYZ BlackXYZ;
77-
cmsUInt32Number attribs;
76+
cmsCIEXYZ BlackXYZ;
7877
cmsContext ContextID = cmsGetProfileContextID(hInput);
7978

8079
// If the profile does not support input direction, assume Black point 0

0 commit comments

Comments
 (0)