[PATCH 11/16] src/planner-print-job.c, fix warning: variable 'priv' set but not used



Signed-off-by: Tinggong Wang <wangtinggong gmail com>
---
 src/planner-print-job.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/planner-print-job.c b/src/planner-print-job.c
index d9c9b9e..3bdb89a 100644
--- a/src/planner-print-job.c
+++ b/src/planner-print-job.c
@@ -130,10 +130,6 @@ print_job_finalize (GObject *object)
 static void
 print_job_transform (PlannerPrintJob *job, gdouble *x, gdouble *y)
 {
-	PlannerPrintJobPriv *priv;
-
-	priv = job->priv;
-
 	if (x) {
 		*x += MARGIN;
 	}
-- 
1.7.6.4



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