summaryrefslogtreecommitdiff
path: root/sent.c
diff options
context:
space:
mode:
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);
Software created with 💖