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 <[email protected]>
This commit is contained in:
@@ -146,22 +146,6 @@ int32 control_graphics_card(uint32, void*);
|
|||||||
#endif
|
#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 */
|
/* #pragma mark - deprecated */
|
||||||
#define B_HOOK_COUNT B_GRAPHICS_HOOK_COUNT
|
#define B_HOOK_COUNT B_GRAPHICS_HOOK_COUNT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user