]> Joshua Wise's Git repositories - netwatch.git/commitdiff
remove log from vga overlay
authorJacob Potter <jdpotter@andrew.cmu.edu>
Tue, 16 Dec 2008 18:16:51 +0000 (13:16 -0500)
committerJacob Potter <jdpotter@andrew.cmu.edu>
Tue, 16 Dec 2008 18:16:51 +0000 (13:16 -0500)
netwatch/vga-overlay.c

index f7d7bf4f0bdad131abfcac3e7a1a90a3d7b93b04..6c6020c255b47ca6b61086f621f1c267c2c7d6c0 100644 (file)
@@ -71,10 +71,12 @@ void strblit(char *src, int row, int col, int fill)
 
 void outlog()
 {
+/*
        int y;
 
        for (y = -LOG_ONSCREEN; y < 0; y++)
                strblit(logents[(y + prodptr + LOGLEN) % LOGLEN], y + LOG_ONSCREEN, 40, 1);
+*/
 }
 
 void dolog(const char *s)
This page took 0.02524 seconds and 4 git commands to generate.