[brasero] Remove unneeded lines



commit e54b2f7164e710bfa182c25a7504b08096ff7478
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 ac8152a..0c21083 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]