summaryrefslogtreecommitdiffstats
path: root/src/pacman/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/output.c')
-rw-r--r--src/pacman/output.c6
1 files changed, 0 insertions, 6 deletions
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
*/