From 8c5284005a19897d5e07fdb9bfe62b0a5d126058 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Wed, 18 Aug 2010 10:55:43 +0100 Subject: tests fixed, and metadata height reset readjustment fixed --- src/indicator-sound.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/indicator-sound.c') diff --git a/src/indicator-sound.c b/src/indicator-sound.c index 557ce85..ba36290 100644 --- a/src/indicator-sound.c +++ b/src/indicator-sound.c @@ -32,11 +32,6 @@ with this program. If not, see . #include #include -#include -#include -#include -#include - #include "indicator-sound.h" #include "transport-widget.h" #include "metadata-widget.h" -- cgit v1.2.3 From 75ba919b383a4da5d2634e4f9b85a3cdcbaa907d Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Wed, 18 Aug 2010 11:16:13 +0100 Subject: tests fixed, and metadata height reset readjustment fixed --- src/indicator-sound.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/indicator-sound.c') diff --git a/src/indicator-sound.c b/src/indicator-sound.c index ba36290..3a7abe9 100644 --- a/src/indicator-sound.c +++ b/src/indicator-sound.c @@ -231,15 +231,6 @@ free_the_animation_list() } } -/*static void -slider_parent_changed (GtkWidget *widget, - gpointer user_data) -{ - gtk_widget_set_size_request (widget, 200, -1); - g_debug("slider parent changed"); -}*/ - - static gboolean new_transport_widget(DbusmenuMenuitem * newitem, DbusmenuMenuitem * parent, DbusmenuClient * client) { -- cgit v1.2.3