[gnome-boxes] Remove unused MenuBox



commit 6621bea3a29f524452909b30517ec4aef41d1a83
Author: Alexander Larsson <alexl redhat com>
Date:   Wed May 23 11:27:15 2012 +0200

    Remove unused MenuBox
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672601

 data/gtk-style.css |   13 ------
 src/Makefile.am    |    1 -
 src/menu-box.vala  |  120 ----------------------------------------------------
 3 files changed, 0 insertions(+), 134 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index d250298..0eb9a53 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -152,19 +152,6 @@ GtkInfoBar {
     -GtkInfoBar-action-area-border: 0;
 }
 
-BoxesMenuBox .menuitem {
-    background-color: @boxes_bg2_color;
-    border-radius: 15px;
-}
-
-BoxesMenuBox .menuitem:focused {
-    background-color: @theme_selected_bg_color;
-}
-
-BoxesMenuBox .menuitem:prelight {
-    background-color: shade (@boxes_bg2_color, 1.1);
-}
-
 /* Ensure the viewport is transparent so the background don't
    show through the rounded corners */
 .boxes-menu GtkViewport {
diff --git a/src/Makefile.am b/src/Makefile.am
index 9b7d686..af60f51 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -44,7 +44,6 @@ gnome_boxes_SOURCES =				\
 	installer-media.vala 			\
 	libvirt-machine.vala			\
 	machine.vala				\
-	menu-box.vala				\
 	media-manager.vala 			\
 	mini-graph.vala				\
 	main.vala				\



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