From 523b516195c924e4540e82a5cffd701c28b8ccd4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 14 Jun 2019 06:47:46 +0200 Subject: [PATCH] Cleanup --- config.def.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.def.h b/config.def.h index 55ffb2e530..ab0b54c472 100644 --- a/config.def.h +++ b/config.def.h @@ -469,11 +469,7 @@ static bool log_to_file_timestamp = false; /* Offset for where messages will be placed on-screen. * Values are in range [0.0, 1.0]. */ static const float message_pos_offset_x = 0.05; -#if defined(_XBOX1) -static const float message_pos_offset_y = 0.90; -#else static const float message_pos_offset_y = 0.05; -#endif /* Color of the message. * RGB hex value. */