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.