blob: 86adcbcb24971658e973bd942516c97c0100f3dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- devices/gdevvglb.c.orig 2015-03-30 08:21:24 UTC
+++ devices/gdevvglb.c
@@ -368,12 +368,3 @@ vgalib_put_params(gx_device * dev, gs_pa
}
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
|