[gnome-shell/gbsneto/remove-generic-container: 58/61] shell: Remove ShellGenericContainer
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/remove-generic-container: 58/61] shell: Remove ShellGenericContainer
- Date: Wed, 12 Sep 2018 11:55:19 +0000 (UTC)
commit 65b4bdb8f77bbb5788935db35bb51281491a8c07
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Fri Jul 13 11:05:00 2018 -0300
shell: Remove ShellGenericContainer
Now that it is no longer used in GNOME Shell, let's
remove this old workaround. This commit also removes
the docs reference from the sgml file.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/153
docs/reference/shell/shell-docs.sgml | 1 -
src/meson.build | 2 -
src/shell-generic-container.c | 433 -----------------------------------
src/shell-generic-container.h | 30 ---
4 files changed, 466 deletions(-)
---
diff --git a/docs/reference/shell/shell-docs.sgml b/docs/reference/shell/shell-docs.sgml
index 9e6ae4e15..2ca60903c 100644
--- a/docs/reference/shell/shell-docs.sgml
+++ b/docs/reference/shell/shell-docs.sgml
@@ -17,7 +17,6 @@
<chapter>
<title>Actors</title>
- <xi:include href="xml/shell-generic-container.xml"/>
<xi:include href="xml/shell-stack.xml"/>
</chapter>
<chapter>
diff --git a/src/meson.build b/src/meson.build
index 178e05899..bab5c0131 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -109,7 +109,6 @@ libshell_public_headers = [
'shell-app-system.h',
'shell-app-usage.h',
'shell-embedded-window.h',
- 'shell-generic-container.h',
'shell-glsl-quad.h',
'shell-gtk-embed.h',
'shell-global.h',
@@ -145,7 +144,6 @@ libshell_sources = [
'shell-app-usage.c',
'shell-embedded-window.c',
'shell-embedded-window-private.h',
- 'shell-generic-container.c',
'shell-global.c',
'shell-glsl-quad.c',
'shell-gtk-embed.c',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]