Signed-off-by: Christian Gmeiner christian.gmeiner@gmail.com --- vgasrc/geodevga.c | 9 --------- 1 file changed, 9 deletions(-)
diff --git a/vgasrc/geodevga.c b/vgasrc/geodevga.c index 47e717e..3004be1 100644 --- a/vgasrc/geodevga.c +++ b/vgasrc/geodevga.c @@ -263,14 +263,6 @@ static void geodevga_graphics_enable(void) } }
-/* Set up the dc (display controller) portion of the geodelx -* The dc provides hardware support for VGA graphics. -*/ -static void dc_setup(void) -{ - dprintf(2, "DC_SETUP\n"); -} - /* Setup the vp (video processor) portion of the geodelx * Under VGA modes the vp was handled by softvg from inside VSA2. * Without a softvg module, access is only available through a pci bar. @@ -438,7 +430,6 @@ int geodevga_init(void) SET_VGA(VBE_total_memory, fb_size / 1024 / 64); // number of 64K blocks
vp_setup(); - dc_setup();
return 0; }