Remove warnings reintroduced by the timebar patch
authorYannick Brosseau <yannick.brosseau@gmail.com>
Wed, 16 Feb 2011 22:34:44 +0000 (17:34 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 16 Feb 2011 22:34:44 +0000 (17:34 -0500)
Only unused variables

Signed-off-by: Yannick Brosseau <yannick.brosseau@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c

index aabd2acedbadfeb93336d95be487ea88ac00f9f8..d2e397f3b2df6598a3fbfbe234255ceae0c81ebf 100644 (file)
@@ -3196,7 +3196,6 @@ void time_change_manager               (Tab *tab,
   TimeInterval time_span = tsc->time_span;
   LttTime start_time = new_time_window.start_time;
   LttTime end_time = new_time_window.end_time;
-  LttTime time_width = new_time_window.time_width;
 
   g_assert(ltt_time_compare(start_time, end_time) < 0);
   
@@ -3271,9 +3270,6 @@ void current_time_change_manager       (Tab *tab,
 
   tab->current_time_manager_lock = TRUE;
 
-  LttvTracesetContext *tsc = LTTV_TRACESET_CONTEXT(tab->traceset_info->traceset_context);
-  TimeInterval time_span = tsc->time_span;
-
   timebar_set_current_time(TIMEBAR(tab->MTimebar), &new_current_time);
 
   set_current_time(tab, &new_current_time);
This page took 0.025757 seconds and 4 git commands to generate.