From 513955e6c09a38af8ecf374d6b4565ee8fa1b488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Fri, 2 Oct 2020 17:48:46 +0200 Subject: [PATCH] GraphicsCard.h: remove declarations for dprintf and set_dprintf_enabled Change-Id: Ie8bbfcf2f23cf0ee36dc74e76062f21c99effc96 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3281 Reviewed-by: Adrien Destugues --- headers/os/add-ons/graphics/GraphicsCard.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/headers/os/add-ons/graphics/GraphicsCard.h b/headers/os/add-ons/graphics/GraphicsCard.h index 2c8ef662f2..dfa04ca830 100644 --- a/headers/os/add-ons/graphics/GraphicsCard.h +++ b/headers/os/add-ons/graphics/GraphicsCard.h @@ -146,22 +146,6 @@ int32 control_graphics_card(uint32, void*); #endif -/* #pragma mark - debugging functions */ - - -#ifdef __cplusplus -extern "C" { -#endif - -void dprintf(const char *format, ...); -bool set_dprintf_enabled(bool); - /* returns old enable flag */ - -#ifdef __cplusplus -} -#endif - - /* #pragma mark - deprecated */ #define B_HOOK_COUNT B_GRAPHICS_HOOK_COUNT