summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2020-04-01 14:27:33 -0700
committerMichael Vrhel <michael.vrhel@artifex.com>2020-04-01 14:27:33 -0700
commit85225cda5e2b2d557942c6ff13887e418eccb6cc (patch)
treec75242aecbf8f5a915d7105545f5573e9b49800a /windows
parent295bcef3b977c12885e30fdbae326f63d0771caa (diff)
downloadghostpdl-85225cda5e2b2d557942c6ff13887e418eccb6cc.tar.gz
Remove pgs->alpha
The alpha value in the graphic state is not used and will only lead to confusion for people working on transparency.
Diffstat (limited to 'windows')
-rw-r--r--windows/ghostscript.vcxproj4
-rw-r--r--windows/ghostscript.vcxproj.filters8
2 files changed, 2 insertions, 10 deletions
diff --git a/windows/ghostscript.vcxproj b/windows/ghostscript.vcxproj
index ac37edf4b..f6108b45d 100644
--- a/windows/ghostscript.vcxproj
+++ b/windows/ghostscript.vcxproj
@@ -1010,7 +1010,6 @@
<ClCompile Include="..\base\gp_wsync.c" />
<ClCompile Include="..\base\gp_wutf8.c" />
<ClCompile Include="..\base\gsalloc.c" />
- <ClCompile Include="..\base\gsalpha.c" />
<ClCompile Include="..\base\gsargs.c" />
<ClCompile Include="..\base\gsbitcom.c" />
<ClCompile Include="..\base\gsbitops.c" />
@@ -2076,7 +2075,6 @@
<ClInclude Include="..\base\gp_mswin.h" />
<ClInclude Include="..\base\gp_os2.h" />
<ClInclude Include="..\base\gsalloc.h" />
- <ClInclude Include="..\base\gsalpha.h" />
<ClInclude Include="..\base\gsargs.h" />
<ClInclude Include="..\base\gsbitmap.h" />
<ClInclude Include="..\base\gsbitops.h" />
@@ -2774,4 +2772,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
+</Project> \ No newline at end of file
diff --git a/windows/ghostscript.vcxproj.filters b/windows/ghostscript.vcxproj.filters
index 5afcc22a0..79d4b1f74 100644
--- a/windows/ghostscript.vcxproj.filters
+++ b/windows/ghostscript.vcxproj.filters
@@ -1583,9 +1583,6 @@
<ClCompile Include="..\base\gsalloc.c">
<Filter>base</Filter>
</ClCompile>
- <ClCompile Include="..\base\gsalpha.c">
- <Filter>base</Filter>
- </ClCompile>
<ClCompile Include="..\base\gsargs.c">
<Filter>base</Filter>
</ClCompile>
@@ -4855,9 +4852,6 @@
<ClInclude Include="..\base\gsalloc.h">
<Filter>base %28.h%29</Filter>
</ClInclude>
- <ClInclude Include="..\base\gsalpha.h">
- <Filter>base %28.h%29</Filter>
- </ClInclude>
<ClInclude Include="..\base\gsargs.h">
<Filter>base %28.h%29</Filter>
</ClInclude>
@@ -6979,4 +6973,4 @@
<Filter>psi %28.rc%29</Filter>
</ResourceCompile>
</ItemGroup>
-</Project>
+</Project> \ No newline at end of file