[gnome-shell] shell: Remove TpClient
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] shell: Remove TpClient
- Date: Fri, 10 Mar 2017 16:15:25 +0000 (UTC)
commit 3c828c838757423efda7e4f421beb7e5cdabf51e
Author: Florian Müllner <fmuellner gnome org>
Date: Mon Sep 19 23:44:23 2016 +0200
shell: Remove TpClient
With the telepathy component now being implemented purely in JS, we
can drop the C helper class.
https://bugzilla.gnome.org/show_bug.cgi?id=771721
docs/reference/shell/shell-docs.sgml.in | 1 -
src/Makefile.am | 4 +-
src/shell-tp-client.c | 244 -------------------------------
src/shell-tp-client.h | 90 -----------
4 files changed, 1 insertions(+), 338 deletions(-)
---
diff --git a/docs/reference/shell/shell-docs.sgml.in b/docs/reference/shell/shell-docs.sgml.in
index bfbdb56..14a9cf1 100644
--- a/docs/reference/shell/shell-docs.sgml.in
+++ b/docs/reference/shell/shell-docs.sgml.in
@@ -50,7 +50,6 @@
<xi:include href="xml/shell-util.xml"/>
<xi:include href="xml/shell-mount-operation.xml"/>
<xi:include href="xml/shell-polkit-authentication-agent.xml"/>
- <xi:include href="xml/shell-tp-client.xml"/>
</chapter>
<chapter id="object-tree">
<title>Object Hierarchy</title>
diff --git a/src/Makefile.am b/src/Makefile.am
index 3347a06..fa33712 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -104,7 +104,6 @@ shell_public_headers_h = \
shell-perf-log.h \
shell-screenshot.h \
shell-stack.h \
- shell-tp-client.h \
shell-tray-icon.h \
shell-tray-manager.h \
shell-util.h \
@@ -148,7 +147,6 @@ libgnome_shell_base_la_SOURCES = \
shell-secure-text-buffer.c \
shell-secure-text-buffer.h \
shell-stack.c \
- shell-tp-client.c \
$(NULL)
if HAVE_NETWORKMANAGER
@@ -335,7 +333,7 @@ INTROSPECTION_GIRS += ShellMenu-0.1.gir
CLEANFILES += ShellMenu-0.1.gir
Shell-0.1.gir: gnome-shell St-1.0.gir ShellMenu-0.1.gir
-Shell_0_1_gir_INCLUDES = Clutter-$(LIBMUTTER_API_VERSION) ClutterX11-$(LIBMUTTER_API_VERSION)
Meta-$(LIBMUTTER_API_VERSION) TelepathyGLib-0.12 Soup-2.4
+Shell_0_1_gir_INCLUDES = Clutter-$(LIBMUTTER_API_VERSION) ClutterX11-$(LIBMUTTER_API_VERSION)
Meta-$(LIBMUTTER_API_VERSION) Soup-2.4
if HAVE_NETWORKMANAGER
Shell_0_1_gir_INCLUDES += NetworkManager-1.0 NMClient-1.0
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]