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 <pulkomandy@gmail.com>
This commit is contained in:
Jérôme Duval 2020-10-02 17:48:46 +02:00
parent fa51454b25
commit 513955e6c0

View File

@ -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