]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/bakapee.c
wwww
[16.git] / src / lib / bakapee.c
index 03be784f5cfa4bff7120ff6eb8fd31b9b35db317..a69a97e85adb8081f468b6ddf5a4142517af0e73 100755 (executable)
@@ -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 \82Ä\82·\82Æ
 void colortest(page_t *page, bakapee_t *pee)
 {