From c7a86a47001baca65c87d0f060f9a57af8537cf2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 11 Mar 2018 23:17:06 +0100 Subject: Rename some functions to make them unique Makes things less confusing. Ulterior motive: makes Meson unity builds work. --- src/colloquium.c | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'src/colloquium.c') diff --git a/src/colloquium.c b/src/colloquium.c index 84dc73d..830c2f7 100644 --- a/src/colloquium.c +++ b/src/colloquium.c @@ -36,6 +36,7 @@ #include "colloquium.h" #include "presentation.h" #include "narrative_window.h" +#include "utils.h" struct _colloquium @@ -236,21 +237,6 @@ static void create_config(const char *filename) } -static void chomp(char *s) -{ - size_t i; - - if ( !s ) return; - - for ( i=0; i