[gnome-shell/gbsneto/remove-generic-container: 35/38] 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: 35/38] shell: Remove ShellGenericContainer
- Date: Thu, 13 Sep 2018 20:43:34 +0000 (UTC)
commit fe8afa4db3c910ff1d4df35cf2029d6cf4203d4e
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]