fonts are automatically cleaned up - sent - simple plaintext presentation tool
HTML git clone git://git.suckless.org/sent
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 6b002c44b8bb950b025ea16d20237904ad553d86
DIR parent d06622336b5e9ae65f69277eea1a292e3c0d6894
HTML Author: Markus Teich <markus.teich@stusta.mhn.de>
Date: Sat, 29 Aug 2015 02:24:42 +0200
fonts are automatically cleaned up
Diffstat:
M sent.c | 4 ----
1 file changed, 0 insertions(+), 4 deletions(-)
---
DIR diff --git a/sent.c b/sent.c
@@ -329,10 +329,6 @@ void getfontsize(char *str, unsigned int *width, unsigned int *height)
void cleanup()
{
- size_t i;
-
- for (i = 0; i < NUMFONTSCALES; i++)
- drw_fontset_free(fonts[i]);
drw_scm_free(sc);
drw_free(d);