libmemdraw: get rid of kernel iprint() emulation

This commit is contained in:
cinap_lenrek 2017-04-29 21:13:48 +02:00
parent 9a5e55782d
commit 56611ced39
2 changed files with 0 additions and 12 deletions

View file

@ -1,11 +0,0 @@
#include <u.h>
#include <libc.h>
#include <draw.h>
#include <memdraw.h>
int
iprint(char*,...)
{
return -1;
}

View file

@ -12,7 +12,6 @@ OFILES=\
ellipse.$O\
fillpoly.$O\
hwdraw.$O\
iprint.$O\
line.$O\
load.$O\
openmemsubfont.$O\