From fd1f2cdb22034410ca82021555bd2eb9b4604fbe Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Tue, 3 Mar 2026 09:37:43 +1100 Subject: feat(main): Create ff_ctx for global setting storage --- include/tinyff/dbg.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/tinyff/dbg.h') diff --git a/include/tinyff/dbg.h b/include/tinyff/dbg.h index be5e04e..3871c2b 100644 --- a/include/tinyff/dbg.h +++ b/include/tinyff/dbg.h @@ -15,11 +15,6 @@ #include #include -extern FILE *intff_debug_stream; - -// This flag is the same name as FF_DEBUG_ENABLED but is local to this file -// Thats why it has the int prefix -extern ff_flag intff_debug_enabled; // Sets the debug stream. If stream is NULL, debug is disabled. ff_result ff_set_debug_stream(FILE *stream); -- cgit v1.2.3