remove sync dependency from gui module
[lttv.git] / 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.023711 seconds and 4 git commands to generate.