X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fbakapee.c;h=a69a97e85adb8081f468b6ddf5a4142517af0e73;hb=d280f25c9633d068fd3e106f2418e59ace6da2f1;hp=03be784f5cfa4bff7120ff6eb8fd31b9b35db317;hpb=a4474952a52d20009dd3e2cc2127b8a298ef10de;p=16.git diff --git a/src/lib/bakapee.c b/src/lib/bakapee.c index 03be784f..a69a97e8 100755 --- a/src/lib/bakapee.c +++ b/src/lib/bakapee.c @@ -36,18 +36,6 @@ void pdump(page_t *pee) } } -///////////////////////////////////////////////////////////////////////////// -// // -// cls() - This clears the screen to the specified color, on the VGA or on // -// the Virtual screen. // -// // -///////////////////////////////////////////////////////////////////////////// -void cls(page_t *page, byte color, byte *Where) -{ - //modexClearRegion(page, 0, 0, page->width, page->height, color); - _fmemset(Where, color, page->width*(page->height*2)); -} - //color ‚Ä‚·‚Æ void colortest(page_t *page, bakapee_t *pee) {