Remove server-service

This commit is contained in:
Dorota Czaplejewicz
2019-06-23 10:26:24 +00:00
parent 63dfb07b51
commit 2e6d194a6f
4 changed files with 16 additions and 127 deletions

View File

@ -182,12 +182,7 @@ eekboard_service_constructed (GObject *object)
}
// CreateContext
EekboardServiceClass *klass = EEKBOARD_SERVICE_GET_CLASS(service);
EekboardContextService *context;
g_assert (klass->create_context);
context = klass->create_context (service);
EekboardContextService *context = server_context_service_new ();
g_object_set_data_full (G_OBJECT(context),
"owner", g_strdup ("sender"),
(GDestroyNotify)g_free);