From 35afd4bd118d4a8c4d2a3c39cde620c2e742d62f Mon Sep 17 00:00:00 2001 From: marschap Date: Sat, 21 Oct 2006 21:43:59 +0000 Subject: [PATCH] few fixes to documentation --- docs/API-v0.5.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/API-v0.5.txt b/docs/API-v0.5.txt index 83fb2cb..b192651 100644 --- a/docs/API-v0.5.txt +++ b/docs/API-v0.5.txt @@ -279,11 +279,9 @@ void (*chr) (Driver *drvthis, int x, int y, char c); void (*vbar) (Driver *drvthis, int x, int len); // Draws a vertical bar at horizontal position x and with length len. -// init_vbar will be called once before this functions. void (*hbar) (Driver *drvthis, int x, int y, int len); // Draws a horizontal bar at position x,y and with length len. -// init_hbar will be called once before this functions. void (*num) (Driver *drvthis, int x, int num); // Displays a big number at horizontal position x.