summaryrefslogtreecommitdiff
path: root/video
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-26 17:42:33 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-26 17:42:33 +0100
commit9c8cfc2e52b0446f7cab14325028075760869b45 (patch)
treeb85a0f9403bd38ac7947cdf709de787241509533 /video
parent786bd02b01d80e335d4445698d721213a1884ff5 (diff)
further cleanup
Diffstat (limited to 'video')
-rw-r--r--video/vesa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/vesa.c b/video/vesa.c
index 0859f19..416a893 100644
--- a/video/vesa.c
+++ b/video/vesa.c
@@ -231,6 +231,7 @@ void vesa_render()
vesa_switch_buffers();
}
+/*
void vesa_init_doublebuff()
{
boxx=300;
@@ -243,6 +244,7 @@ void vesa_init_doublebuff()
VbeModeInfoBlock->physbase=buffer;
}
+*/