Introduction
Introduction Statistics Contact Development Disclaimer Help
fonts are automatically cleaned up - sent - simple plaintext presentation tool
git clone git://git.suckless.org/sent
Log
Files
Refs
README
LICENSE
---
commit 6b002c44b8bb950b025ea16d20237904ad553d86
parent d06622336b5e9ae65f69277eea1a292e3c0d6894
Author: Markus Teich <[email protected]>
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(-)
---
diff --git a/sent.c b/sent.c
@@ -329,10 +329,6 @@ void getfontsize(char *str, unsigned int *width, unsigned …
void cleanup()
{
- size_t i;
-
- for (i = 0; i < NUMFONTSCALES; i++)
- drw_fontset_free(fonts[i]);
drw_scm_free(sc);
drw_free(d);
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.