blob: 8f7d239726ffbdb1373da000f8688531ff5c1b1c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- 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
|