summaryrefslogtreecommitdiff
path: root/sent.c
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2015-08-29 02:24:42 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2015-08-29 02:24:42 +0200
commit6b002c44b8bb950b025ea16d20237904ad553d86 (patch)
tree329a73d66535e462d9bba1166378707cc36778be /sent.c
parentd06622336b5e9ae65f69277eea1a292e3c0d6894 (diff)
fonts are automatically cleaned up
Diffstat (limited to 'sent.c')
-rw-r--r--sent.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sent.c b/sent.c
index 2561f64..a8e43d8 100644
--- 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);