Remove encryption indicator

Not used anymore since we switched to libcall-ui.
Should've been removed as a part of !425.
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-11-18 13:53:00 +01:00
parent 3aba0bf34d
commit dc96d892f5
7 changed files with 0 additions and 241 deletions

View File

@@ -31,7 +31,6 @@
#include "calls-dbus-manager.h"
#include "calls-history-box.h"
#include "calls-new-call-box.h"
#include "calls-encryption-indicator.h"
#include "calls-ringer.h"
#include "calls-notifier.h"
#include "calls-record-store.h"
@@ -652,7 +651,6 @@ calls_application_class_init (CallsApplicationClass *klass)
application_class->dbus_register = calls_application_dbus_register;
application_class->dbus_unregister = calls_application_dbus_unregister;
g_type_ensure (CALLS_TYPE_ENCRYPTION_INDICATOR);
g_type_ensure (CALLS_TYPE_HISTORY_BOX);
g_type_ensure (CALLS_TYPE_NEW_CALL_BOX);
}