[calls] Remove encryption indicator



commit dc96d892f5760b465882f8eb059349108754f715
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date:   Thu Nov 18 13:53:00 2021 +0100

    Remove encryption indicator
    
    Not used anymore since we switched to libcall-ui.
    Should've been removed as a part of !425.

 po/POTFILES.in                   |   2 -
 src/calls-application.c          |   2 -
 src/calls-encryption-indicator.c | 138 ---------------------------------------
 src/calls-encryption-indicator.h |  45 -------------
 src/calls.gresources.xml         |   1 -
 src/meson.build                  |   1 -
 src/ui/encryption-indicator.ui   |  52 ---------------
 7 files changed, 241 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 000699a4..b365410b 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -11,7 +11,6 @@ src/calls-call-window.c
 src/calls-contacts-box.c
 src/calls-contacts-provider.c
 src/calls-contacts-row.c
-src/calls-encryption-indicator.c
 src/calls-history-box.c
 src/calls-in-app-notification.c
 src/calls-main-window.c
@@ -29,7 +28,6 @@ src/ui/call-record-row.ui
 src/ui/call-selector-item.ui
 src/ui/call-window.ui
 src/ui/contacts-box.ui
-src/ui/encryption-indicator.ui
 src/ui/history-box.ui
 src/ui/history-header-bar.ui
 src/ui/in-app-notification.ui
diff --git a/src/calls-application.c b/src/calls-application.c
index 5d57c005..d27ea0ce 100644
--- a/src/calls-application.c
+++ b/src/calls-application.c
@@ -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);
 }
diff --git a/src/calls.gresources.xml b/src/calls.gresources.xml
index 28158a0b..6eaca664 100644
--- a/src/calls.gresources.xml
+++ b/src/calls.gresources.xml
@@ -4,7 +4,6 @@
     <file preprocess="xml-stripblanks">main-window.ui</file>
     <file preprocess="xml-stripblanks">call-selector-item.ui</file>
     <file preprocess="xml-stripblanks">call-window.ui</file>
-    <file preprocess="xml-stripblanks">encryption-indicator.ui</file>
     <file preprocess="xml-stripblanks">history-box.ui</file>
     <file preprocess="xml-stripblanks">history-header-bar.ui</file>
     <file preprocess="xml-stripblanks">new-call-box.ui</file>
diff --git a/src/meson.build b/src/meson.build
index 5a10cfe9..75ad9bad 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -90,7 +90,6 @@ calls_sources = files(['calls-message-source.c', 'calls-message-source.h',
                        'calls-provider.c', 'calls-provider.h',
                        'calls-call-selector-item.c', 'calls-call-selector-item.h',
                        'calls-call-window.c', 'calls-call-window.h',
-                       'calls-encryption-indicator.c', 'calls-encryption-indicator.h',
                        'calls-history-box.c', 'calls-history-box.h',
                        'calls-new-call-box.c', 'calls-new-call-box.h',
                        'calls-main-window.c', 'calls-main-window.h',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]