Import print/ghostscript9-agpl-base version 9.16_2
[dports.git] / print / ghostscript9-agpl-base / files / patch-devices-gdevvglb.c
1 --- devices/gdevvglb.c.orig     2011-07-17 19:56:33.000000000 +0900
2 +++ devices/gdevvglb.c  2011-07-17 19:57:10.000000000 +0900
3 @@ -367,12 +367,3 @@
4      }
5      return 0;
6  }
7 -
8 -#ifdef GS_DEVS_SHARED
9 -extern void gs_lib_register_device(const gx_device *dev);
10 -void
11 -gs_shared_init(void)
12 -{
13 -  gs_lib_register_device(&gs_vgalib_device);
14 -}
15 -#endif