From 35dacc36716bdac66bc2673a6725083dc265d310 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 23 May 2013 11:50:57 +0100 Subject: move the logging initialisation out to be call by frontends This allows each frontend to pass a distinct callback to configure the output file stream appropriately for their use. --- desktop/gui.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'desktop/gui.h') diff --git a/desktop/gui.h b/desktop/gui.h index f4b8b7215..dc190952b 100644 --- a/desktop/gui.h +++ b/desktop/gui.h @@ -64,10 +64,6 @@ struct form_control; #include "desktop/search.h" #include "utils/errors.h" -/** \todo remove these when each frontend calls nslog_init */ -#include -bool nslog_ensure(FILE *fptr); - void gui_poll(bool active); void gui_quit(void); -- cgit v1.2.3