From 26b9f3de0ffe471e5335b07454147457e373c037 Mon Sep 17 00:00:00 2001 From: Connor Lane Smith Date: Wed, 30 Jun 2010 01:36:15 +0100 Subject: libdraw now has own repo --- draw/textw.c | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 draw/textw.c (limited to 'draw/textw.c') diff --git a/draw/textw.c b/draw/textw.c deleted file mode 100644 index a8407f6..0000000 --- a/draw/textw.c +++ /dev/null @@ -1,9 +0,0 @@ -/* See LICENSE file for copyright and license details. */ -#include -#include -#include "draw.h" - -int -textw(DC *dc, const char *text) { - return textnw(dc, text, strlen(text)) + dc->font.height; -} -- cgit v1.2.3-54-g00ecf