Drop now unused theme_path
This commit is contained in:
@ -330,7 +330,6 @@ update_widget (ServerContextService *context)
|
|||||||
{
|
{
|
||||||
EekKeyboard *keyboard;
|
EekKeyboard *keyboard;
|
||||||
EekBounds bounds;
|
EekBounds bounds;
|
||||||
g_autofree gchar *theme_path = g_build_filename (THEMESDIR, "default.css", NULL);
|
|
||||||
EekTheme *theme;
|
EekTheme *theme;
|
||||||
|
|
||||||
if (context->widget) {
|
if (context->widget) {
|
||||||
@ -341,7 +340,6 @@ update_widget (ServerContextService *context)
|
|||||||
theme = eek_theme_new ("resource:///sm/puri/squeekboard/style.css",
|
theme = eek_theme_new ("resource:///sm/puri/squeekboard/style.css",
|
||||||
NULL,
|
NULL,
|
||||||
NULL);
|
NULL);
|
||||||
g_free (theme_path);
|
|
||||||
|
|
||||||
keyboard = eekboard_context_service_get_keyboard (EEKBOARD_CONTEXT_SERVICE(context));
|
keyboard = eekboard_context_service_get_keyboard (EEKBOARD_CONTEXT_SERVICE(context));
|
||||||
eek_element_get_bounds (EEK_ELEMENT(keyboard), &bounds); // <--- FIXME: bounds not used
|
eek_element_get_bounds (EEK_ELEMENT(keyboard), &bounds); // <--- FIXME: bounds not used
|
||||||
|
|||||||
Reference in New Issue
Block a user