summaryrefslogtreecommitdiff
path: root/windows/ghostscript.vcproj
diff options
context:
space:
mode:
authorKen Sharp <ken.sharp@artifex.com>2018-02-02 14:10:44 +0000
committerKen Sharp <ken.sharp@artifex.com>2018-02-02 14:10:44 +0000
commit9036e05dfbcfa7968e00a53ef7ae9f6146740e94 (patch)
treec92ca9bf9b13b0b2f726b86b93bcbb85a33f31fa /windows/ghostscript.vcproj
parent154f27478bdf5b27858a9f446433d5b62febb89d (diff)
downloadghostpdl-9036e05dfbcfa7968e00a53ef7ae9f6146740e94.tar.gz
Remove the 'device filter chain'
This was an early attempt to allow the possibility of 'chaining' devices together. I believe it was never actually completed, although the stack existed and was carefully preserved in the graphcis state, the only code which accessed it was '.popdevicefilter'. No C code or PostScript code ever actually pushed a device onto the device filter stack, and nothing ever examined the stack to pass operations through the 'chain'. Since its been superseded by device subclassing, and didn't actually seem to do anything anyway, remove it altogether. In addition to removing clutter this also reduces the amount of 'magic' surrounding reference counted objects in gstates.
Diffstat (limited to 'windows/ghostscript.vcproj')
-rw-r--r--windows/ghostscript.vcproj8
1 files changed, 0 insertions, 8 deletions
diff --git a/windows/ghostscript.vcproj b/windows/ghostscript.vcproj
index e86d522de..7de0765e9 100644
--- a/windows/ghostscript.vcproj
+++ b/windows/ghostscript.vcproj
@@ -2078,10 +2078,6 @@
>
</File>
<File
- RelativePath="..\base\gsdfilt.c"
- >
- </File>
- <File
RelativePath="..\base\gsdparam.c"
>
</File>
@@ -8164,10 +8160,6 @@
>
</File>
<File
- RelativePath="..\psi\zdfilter.c"
- >
- </File>
- <File
RelativePath="..\psi\zdict.c"
>
</File>