From cdaed9221d9614c4c43103d79f8b53b916d80d86 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 1 Feb 2007 06:35:30 +0000 Subject: * Tried to clean up newline display a bit in the frontend. * Removed useless buildstring function from util.h; replaced all calls of it with list_display. * Made list_display output 2 spaces instead of 1 between each item. --- src/pacman/util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pacman/util.h') diff --git a/src/pacman/util.h b/src/pacman/util.h index 098fa62f..37509788 100644 --- a/src/pacman/util.h +++ b/src/pacman/util.h @@ -52,7 +52,6 @@ unsigned int getcols(); int makepath(char *path); int rmrf(char *path); void indentprint(const char *str, unsigned int indent); -char *buildstring(alpm_list_t *strlist); char *strtoupper(char *str); char *strtrim(char *str); int reg_match(char *string, char *pattern); -- cgit v1.2.3