summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/gximage.c')
-rw-r--r--base/gximage.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/base/gximage.c b/base/gximage.c
index 1d97ac26..90a60f4b 100644
--- a/base/gximage.c
+++ b/base/gximage.c
@@ -28,7 +28,6 @@
/* ---------------- Generic image support ---------------- */
/* Structure descriptors */
-public_st_gs_image_common();
public_st_gs_data_image();
public_st_gs_pixel_image();
@@ -112,18 +111,6 @@ gx_image_enum_common_init(gx_image_enum_common_t * piec,
return 0;
}
-/* Compute the source size of an ordinary image with explicit data. */
-int
-gx_data_image_source_size(const gs_gstate * pgs,
- const gs_image_common_t * pim, gs_int_point * psize)
-{
- const gs_data_image_t *pdi = (const gs_data_image_t *)pim;
-
- psize->x = pdi->Width;
- psize->y = pdi->Height;
- return 0;
-}
-
/* Process the next piece of an image with no source data. */
/* This procedure should never be called. */
int