summaryrefslogtreecommitdiff
path: root/gs/src/gdevm2.c
diff options
context:
space:
mode:
authorHenry Stiles <henry.stiles@artifex.com>1998-08-22 21:21:36 +0000
committerHenry Stiles <henry.stiles@artifex.com>1998-08-22 21:21:36 +0000
commit2e4f92ba231ce324c47f3c924585cc8c8cff229b (patch)
treee271d988b100be6fb354b6880cb018c6b5be11bf /gs/src/gdevm2.c
parent8ef783ae15b486e9a5ee9c846a21f4f89f925b1e (diff)
downloadghostpdl-2e4f92ba231ce324c47f3c924585cc8c8cff229b.tar.gz
filters out the id string.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@321 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'gs/src/gdevm2.c')
-rw-r--r--gs/src/gdevm2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gs/src/gdevm2.c b/gs/src/gdevm2.c
index 756d98633..8146c4048 100644
--- a/gs/src/gdevm2.c
+++ b/gs/src/gdevm2.c
@@ -16,7 +16,7 @@
all copies.
*/
-/*$Id$ */
+
/* 2-bit-per-pixel "memory" (stored bitmap) device */
#include "memory_.h"
#include "gx.h"
@@ -24,7 +24,6 @@
#include "gxdevmem.h" /* semi-public definitions */
#include "gdevmem.h" /* private definitions */
-/**************** NOTE: copy_rop only works for gray scale ****************/
extern dev_proc_strip_copy_rop(mem_gray_strip_copy_rop);
/* ================ Standard (byte-oriented) device ================ */