Merge branch 'theme-path' into 'master'

Drop now unused theme_path

See merge request Librem5/squeekboard!46
This commit is contained in:
Guido Gunther
2019-07-10 17:09:58 +00:00

View File

@ -330,7 +330,6 @@ update_widget (ServerContextService *context)
{
EekKeyboard *keyboard;
EekBounds bounds;
g_autofree gchar *theme_path = g_build_filename (THEMESDIR, "default.css", NULL);
EekTheme *theme;
if (context->widget) {
@ -341,7 +340,6 @@ update_widget (ServerContextService *context)
theme = eek_theme_new ("resource:///sm/puri/squeekboard/style.css",
NULL,
NULL);
g_free (theme_path);
keyboard = eekboard_context_service_get_keyboard (EEKBOARD_CONTEXT_SERVICE(context));
eek_element_get_bounds (EEK_ELEMENT(keyboard), &bounds); // <--- FIXME: bounds not used