From 961be77c93b487987600cd041bef3aa656949724 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 26 Apr 2007 15:28:54 -0400 Subject: Remove MSG output macro (#define and in code) This is the first step of converting output to standard functions such as printf, and eventually allowing compiliation with the -pedantic flag as is done on the libalpm side. Signed-off-by: Dan McGee --- src/pacman/output.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/pacman/output.c') diff --git a/src/pacman/output.c b/src/pacman/output.c index 23b03373..85defaa2 100644 --- a/src/pacman/output.c +++ b/src/pacman/output.c @@ -41,12 +41,6 @@ extern config_t *config; static int neednl = 0; /* for cleaner message output */ static int needpad = 0; /* pad blanks to terminal width */ -/* simple helper for needpad */ -void set_output_padding(int on) -{ - needpad = on; -} - /* Wrapper to fprintf() that allows to choose if we want the output * to be appended on the current line, or written to a new one */ -- cgit v1.2.3-70-g09d2