remove sync dependency from gui module v0.12.28
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 29 Jan 2010 17:41:47 +0000 (12:41 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 29 Jan 2010 17:41:47 +0000 (12:41 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
lttv/modules/gui/lttvwindow/lttvwindow/init_module.c

index 99ab15f73972158ad4d9ab6d34736a610ec8e46b..7878eeccbf34fe03cca6601314129c382ca036cd 100644 (file)
@@ -259,4 +259,5 @@ static void destroy() {
 
 LTTV_MODULE("lttvwindow", "Viewer main window", \
     "Viewer with multiple windows, tabs and panes for graphical modules", \
-           init, destroy, "stats", "option", "sync")
+           //init, destroy, "stats", "option", "sync")
+           init, destroy, "stats", "option")
This page took 0.023804 seconds and 4 git commands to generate.