keymap: Fix unused variable warning.
These constants are not used when building on the host, move them inside the appropriate ifdef.
This commit is contained in:
@@ -805,10 +805,10 @@ Keymap::_SaveSourceText(FILE* file)
|
|||||||
{
|
{
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAIKU_TARGET_PLATFORM_HAIKU
|
||||||
static const rgb_color kCommentColor = (rgb_color){200, 92, 92, 255};
|
static const rgb_color kCommentColor = (rgb_color){200, 92, 92, 255};
|
||||||
static const rgb_color kTextColor = (rgb_color){0, 0, 0, 255};
|
static const rgb_color kTextColor = (rgb_color){0, 0, 0, 255};
|
||||||
|
|
||||||
#ifdef HAIKU_TARGET_PLATFORM_HAIKU
|
|
||||||
BFont font = *be_fixed_font;
|
BFont font = *be_fixed_font;
|
||||||
|
|
||||||
if (runs != NULL) {
|
if (runs != NULL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user