mirror of
https://review.haiku-os.org/haiku
synced 2025-01-18 20:48:48 +01:00
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:
parent
fa51454b25
commit
513955e6c0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user