osk_dark no longer a global

This commit is contained in:
twinaphex 2020-02-17 02:31:14 +01:00
parent 8980d92efa
commit 6e880ef686
2 changed files with 1 additions and 6 deletions

View File

@ -37,9 +37,7 @@
* with ozone menu driver metrics */
#define OZONE_SIDEBAR_WIDTH 408
float osk_dark[16] = {
static float osk_dark[16] = {
0.00, 0.00, 0.00, 0.85,
0.00, 0.00, 0.00, 0.85,
0.00, 0.00, 0.00, 0.85,

View File

@ -47,9 +47,6 @@ RETRO_BEGIN_DECLS
HEX_R(hex), HEX_G(hex), HEX_B(hex), alpha \
}
/* TODO/FIXME - global, not thread-safe */
extern float osk_dark[16];
enum menu_driver_id_type
{
MENU_DRIVER_ID_UNKNOWN = 0,