Temporarily remove sync trace call from gui
[lttv.git] / lttv / modules / gui / lttvwindow / lttvwindow / callbacks.c
index d58c3137af64f90a95c9f630df9e8b5612aaf787..5499da30193a4b67562cd49220e9e50feeda20c3 100644 (file)
@@ -455,6 +455,7 @@ void insert_viewer(GtkWidget* widget, lttvwindow_viewer_constructor constructor)
   }
 }
 
+
 /**
  * Function to set/update traceset for the viewers
  * @param tab viewer's tab 
@@ -474,7 +475,9 @@ int SetTraceset(Tab * tab, LttvTraceset *traceset)
     LTTV_TRACESET_CONTEXT(tab->traceset_info->traceset_context);
 
   // Perform time synchronization on the traces
-  if (syncTraceset(tsc))
+  /* Mathieu Desnoyers: temporarily disable syncTraceset */
+  //if (syncTraceset(tsc))
+  if (0)
   {
     /* There is some time-dependant information that was calculated during
      * context initialization. Destroy the old contexts and initialize new
This page took 0.022683 seconds and 4 git commands to generate.