Disable and mark for expiry on July 51

This commit is contained in:
Hysterical Raisins
2019-07-09 15:04:49 +02:00
parent 5235b47827
commit e09dd2b4dc
3 changed files with 13 additions and 13 deletions

View File

@ -89,11 +89,11 @@ static void eek_theme_node_finalize (GObject *object);
static const EekColor BLACK_COLOR = { 0, 0, 0, 0xff }; static const EekColor BLACK_COLOR = { 0, 0, 0, 0xff };
static const EekColor TRANSPARENT_COLOR = { 0, 0, 0, 0 }; static const EekColor TRANSPARENT_COLOR = { 0, 0, 0, 0 };
#if 0 // ===== @raisins: -Wunused-const-variable ===== #if 0 // ===== REMOVAL NOTICE ==== expires by: 2019-08-20 -Wunused-const-variable =====
static const EekColor DEFAULT_SUCCESS_COLOR = { 0x4e, 0x9a, 0x06, 0xff }; static const EekColor DEFAULT_SUCCESS_COLOR = { 0x4e, 0x9a, 0x06, 0xff };
static const EekColor DEFAULT_WARNING_COLOR = { 0xf5, 0x79, 0x3e, 0xff }; static const EekColor DEFAULT_WARNING_COLOR = { 0xf5, 0x79, 0x3e, 0xff };
static const EekColor DEFAULT_ERROR_COLOR = { 0xcc, 0x00, 0x00, 0xff }; static const EekColor DEFAULT_ERROR_COLOR = { 0xcc, 0x00, 0x00, 0xff };
#endif // ===== @raisins: -Wunused-const-variable ===== #endif // ===== REMOVAL NOTICE ==== expires by: 2019-08-20 -Wunused-const-variable =====
static void static void
eek_theme_node_init (EekThemeNode *self) eek_theme_node_init (EekThemeNode *self)

View File

@ -1,7 +1,7 @@
/* /*
* Copyright (C) 2010-2011 Daiki Ueno <ueno@unixuser.org> * Copyright (C) 2010-2011 Daiki Ueno <ueno@unixuser.org>
* Copyright (C) 2010-2011 Red Hat, Inc. * Copyright (C) 2010-2011 Red Hat, Inc.
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
@ -84,9 +84,9 @@ struct _EekboardContextServicePrivate {
G_DEFINE_TYPE (EekboardContextService, eekboard_context_service, G_TYPE_OBJECT); G_DEFINE_TYPE (EekboardContextService, eekboard_context_service, G_TYPE_OBJECT);
#if 0 // ===== @raisins: -Wunused-variable ===== #if 0 // ===== REMOVAL NOTICE ==== expires by: 2019-08-20 -Wunused-variable =====
static Display *display = NULL; static Display *display = NULL;
#endif // ===== @raisins: -Wunused-variable ===== #endif // ===== REMOVAL NOTICE ==== expires by: 2019-08-20 -Wunused-variable =====
static EekKeyboard * static EekKeyboard *
eekboard_context_service_real_create_keyboard (EekboardContextService *self, eekboard_context_service_real_create_keyboard (EekboardContextService *self,
@ -485,7 +485,7 @@ eekboard_context_service_init (EekboardContextService *self)
} }
} }
#if 0 // ===== @raisins: -Wunused-function ===== #if 0 // ===== REMOVAL NOTICE ==== expires by: 2019-08-20 -Wunused-function =====
static gboolean on_repeat_timeout (EekboardContextService *context); static gboolean on_repeat_timeout (EekboardContextService *context);
static gboolean static gboolean
@ -504,16 +504,16 @@ on_repeat_timeout (EekboardContextService *context)
return FALSE; return FALSE;
} }
#endif // ===== @raisins: -Wunused-function ===== #endif // ===== REMOVAL NOTICE ==== expires by: 2019-08-20 -Wunused-function =====
#if 0 // ===== @raisins: -Wunused-function ===== #if 0 // ===== REMOVAL NOTICE ==== expires by: 2019-08-20 -Wunused-function =====
static gboolean static gboolean
on_repeat_timeout_init (EekboardContextService *context) on_repeat_timeout_init (EekboardContextService *context)
{ {
/* FIXME: clear modifiers for further key repeat; better not /* FIXME: clear modifiers for further key repeat; better not
depend on modifier behavior is LATCH */ depend on modifier behavior is LATCH */
eek_keyboard_set_modifiers (context->priv->keyboard, 0); eek_keyboard_set_modifiers (context->priv->keyboard, 0);
/* reschedule repeat timeout only when "repeat" option is set */ /* reschedule repeat timeout only when "repeat" option is set */
/* TODO: org.gnome.desktop.input-sources doesn't have repeat info. /* TODO: org.gnome.desktop.input-sources doesn't have repeat info.
* In addition, repeat is only useful when the keyboard is not in text * In addition, repeat is only useful when the keyboard is not in text
@ -532,7 +532,7 @@ on_repeat_timeout_init (EekboardContextService *context)
return FALSE; return FALSE;
} }
#endif // ===== @raisins: -Wunused-function ===== #endif // ===== REMOVAL NOTICE ==== expires by: 2019-08-20 -Wunused-function =====
/** /**
* eekboard_context_service_enable: * eekboard_context_service_enable:

View File

@ -78,12 +78,12 @@ replace_keycode (SeatEmitter *emitter,
guint keycode, guint keycode,
guint *keysym) guint *keysym)
{ {
#if 0 // ===== @raisins: -Wunused-variable ===== #if 0 // ===== REMOVAL NOTICE ==== expires by: 2019-08-20 -Wunused-variable =====
GdkDisplay *display = gdk_display_get_default (); GdkDisplay *display = gdk_display_get_default ();
//Display *xdisplay = GDK_DISPLAY_XDISPLAY (display); //Display *xdisplay = GDK_DISPLAY_XDISPLAY (display);
guint old_keysym; guint old_keysym;
int keysyms_per_keycode; int keysyms_per_keycode;
#endif // ===== @raisins: -Wunused-variable ===== #endif // ===== REMOVAL NOTICE ==== expires by: 2019-08-20 -Wunused-variable =====
return TRUE; // FIXME: no xkb allocated at the moment, pretending all is fine return TRUE; // FIXME: no xkb allocated at the moment, pretending all is fine