[brasero/gnome-2-28] Remove unneeded lines



commit d775157af78a862d9f0bc8b68c6a09331f5c303a
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Fri Oct 2 14:06:38 2009 +0200

    Remove unneeded lines

 libbrasero-burn/brasero-burn.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/libbrasero-burn/brasero-burn.c b/libbrasero-burn/brasero-burn.c
index 38335fc..4356316 100644
--- a/libbrasero-burn/brasero-burn.c
+++ b/libbrasero-burn/brasero-burn.c
@@ -1213,13 +1213,10 @@ brasero_burn_progress_changed (BraseroTaskCtx *task,
 			       BraseroBurn *burn)
 {
 	BraseroBurnPrivate *priv = BRASERO_BURN_PRIVATE (burn);
-	BraseroBurnAction action = BRASERO_BURN_ACTION_NONE;
 	gdouble overall_progress = -1.0;
 	gdouble task_progress = -1.0;
 	glong time_remaining = -1;
 
-	brasero_task_ctx_get_current_action (task, &action);
-
 	/* get the task current progress */
 	if (brasero_task_ctx_get_progress (task, &task_progress) == BRASERO_BURN_OK) {
 		brasero_task_ctx_get_remaining_time (task, &time_remaining);



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