cleanup: 'static'ize function which are not in the API anymore

This commit is contained in:
marschap
2006-04-12 10:51:01 +00:00
parent fd2ed040f4
commit 30afa50bdf
18 changed files with 58 additions and 95 deletions
-2
View File
@@ -307,8 +307,6 @@ lcdm001_flush (Driver *drvthis)
{
PrivateData *p = drvthis->private_data;
// Next 4 lines are moved from draw_frame (Joris)
//TODO: Check whether this is still correct
write(p->fd, p->framebuf, p->width * p->height);