summaryrefslogtreecommitdiff
path: root/pcl/pl/pltop.c
diff options
context:
space:
mode:
authorHenry Stiles <henry.stiles@artifex.com>2016-12-09 10:34:42 -0700
committerHenry Stiles <henry.stiles@artifex.com>2017-05-19 12:52:20 -0600
commite14474ba4eff1cf7c42ff8888a3daa6dc6c83aaa (patch)
tree21c3ab3ef478891ce6efdff3b15c16a1b59faa2a /pcl/pl/pltop.c
parent3e026d15093a2a7279c3c4e46b3e24cb5ee11370 (diff)
downloadghostpdl-e14474ba4eff1cf7c42ff8888a3daa6dc6c83aaa.tar.gz
PL API Remove device_memory main instance member.
This was only needed for the language switch build with PS and PDF which is no longer supported.
Diffstat (limited to 'pcl/pl/pltop.c')
-rw-r--r--pcl/pl/pltop.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/pcl/pl/pltop.c b/pcl/pl/pltop.c
index c12c6ed72..2481bf551 100644
--- a/pcl/pl/pltop.c
+++ b/pcl/pl/pltop.c
@@ -101,14 +101,6 @@ pl_set_post_page_action(pl_interp_instance_t * instance, /* interp instan
(instance, action, closure);
}
-int /* ret 0 ok, else -ve err */
-pl_get_device_memory(pl_interp_instance_t * instance, /* interp instance to use */
- gs_memory_t ** memory)
-{
- return instance->interp->implementation->proc_get_device_memory(instance,
- memory);
-}
-
/* Get and interpreter prefered device memory allocator if any */
int /* ret 0 ok, else -ve error code */
pl_set_device(pl_interp_instance_t * instance, /* interp instance to use */