eekboard_context_service: Drop unused enable property

This commit is contained in:
Dorota Czaplejewicz
2020-01-09 20:13:22 +00:00
parent 14d5881f1e
commit 58b087e35a
3 changed files with 0 additions and 81 deletions

View File

@ -76,7 +76,6 @@ static ServerContextService *create_context() {
g_object_set_data_full (G_OBJECT(context),
"owner", g_strdup ("sender"),
(GDestroyNotify)g_free);
eekboard_context_service_enable (EEKBOARD_CONTEXT_SERVICE(context));
return context;
}