[gnome-shell] Remove the "Yessir. The compositor is running" code



commit cdef8bf5aa4736eb8c286d797bf27157fb993872
Author: Adel Gadllah <adel gadllah gmail com>
Date:   Wed Mar 17 18:52:20 2010 +0100

    Remove the "Yessir. The compositor is running" code
    
    Mutter does no longer add this, so there is no reason for us to remove it.

 js/ui/main.js |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/js/ui/main.js b/js/ui/main.js
index f1eb302..5fe4783 100644
--- a/js/ui/main.js
+++ b/js/ui/main.js
@@ -90,12 +90,6 @@ function start() {
     // when we are running inside Xephyr.
     global.stage.color = DEFAULT_BACKGROUND_COLOR;
 
-    // Mutter currently hardcodes putting "Yessir. The compositor is running""
-    // in the Overview. Clear that out.
-    let children = global.overlay_group.get_children();
-    for (let i = 0; i < children.length; i++)
-        children[i].destroy();
-
     let themeContext = St.ThemeContext.get_for_stage (global.stage);
     let stylesheetPath = global.datadir + "/theme/gnome-shell.css";
     let theme = new St.Theme ({ application_stylesheet: stylesheetPath });



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