From 6ac8d8c4d8b12b37e664fd1d0c034c8fdef9c5f4 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Sat, 17 Jan 2015 15:25:50 +0200 Subject: Change font functions to function on pango style font descriptions instead of size and name. --- client/bemenu-run.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/bemenu-run.c') diff --git a/client/bemenu-run.c b/client/bemenu-run.c index 9ef7b66..32f758c 100644 --- a/client/bemenu-run.c +++ b/client/bemenu-run.c @@ -18,7 +18,6 @@ static struct client client = { .prefix = NULL, .renderer = NULL, .font = NULL, - .font_size = 0, .selected = 0, .bottom = 0, .grab = 0, @@ -236,7 +235,6 @@ main(int argc, char **argv) launch(bm_menu_get_filter(menu)); } - free(client.font); bm_menu_free(menu); return (status == BM_RUN_RESULT_SELECTED ? EXIT_SUCCESS : EXIT_FAILURE); } -- cgit v1.2.3-70-g09d2