mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
5b99c06b79
PR: ports/158958
16 lines
335 B
C
16 lines
335 B
C
--- base/gdevvglb.c.orig 2011-07-17 19:56:33.000000000 +0900
|
|
+++ base/gdevvglb.c 2011-07-17 19:57:10.000000000 +0900
|
|
@@ -367,12 +367,3 @@
|
|
}
|
|
return 0;
|
|
}
|
|
-
|
|
-#ifdef GS_DEVS_SHARED
|
|
-extern void gs_lib_register_device(const gx_device *dev);
|
|
-void
|
|
-gs_shared_init(void)
|
|
-{
|
|
- gs_lib_register_device(&gs_vgalib_device);
|
|
-}
|
|
-#endif
|