Remove obsolete set_console_msg_color function declaration

This commit is contained in:
Robert Müller 2023-01-06 20:24:41 +01:00
parent c8ea372d98
commit 2c0acb4590

View file

@ -2505,15 +2505,6 @@ int secure_rand();
*/ */
int secure_rand_below(int below); int secure_rand_below(int below);
/*
Function: set_console_msg_color
Sets the console color.
Parameters:
rgb - If NULL it will reset the console color to default, else it will transform the rgb color to a console color
*/
void set_console_msg_color(const void *rgbvoid);
/* /*
Function: os_version_str Function: os_version_str
Returns a human-readable version string of the operating system Returns a human-readable version string of the operating system