[rhythmbox] rb-disc-recorder-plugin: Remove unused variable



commit cc4215084b928c66d3e8dd9f1b7e32acf30a6c53
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Feb 5 14:34:17 2011 +0000

    rb-disc-recorder-plugin: Remove unused variable

 .../rb-disc-recorder-plugin.c                      |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plugins/brasero-disc-recorder/rb-disc-recorder-plugin.c b/plugins/brasero-disc-recorder/rb-disc-recorder-plugin.c
index 3756c71..00f9da9 100644
--- a/plugins/brasero-disc-recorder/rb-disc-recorder-plugin.c
+++ b/plugins/brasero-disc-recorder/rb-disc-recorder-plugin.c
@@ -158,7 +158,6 @@ rb_disc_recorder_plugin_start_burning (RBDiscRecorderPlugin *pi,
 					  gboolean copy)
 {
 	GtkWidget *main_window;
-	GdkScreen *screen;
 	GdkWindow *window;
 	GPtrArray *array;
 	char **args, *xid_str;
@@ -174,7 +173,6 @@ rb_disc_recorder_plugin_start_burning (RBDiscRecorderPlugin *pi,
 	g_ptr_array_add (array, (gpointer) path);
 
 	g_object_get (pi->shell, "window", &main_window, NULL);
-	screen = gtk_widget_get_screen (main_window);
 	window = gtk_widget_get_window (main_window);
 	if (window) {
 		int xid;



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