bind lasy
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Process_List.c
index be5be63810955cbeacde3919e48747676e5add07..6085a67232b89e68af3136a3f00a90c857450bc9 100644 (file)
@@ -23,7 +23,7 @@ enum
 };
 
 
-ProcessList *ProcessList(void)
+ProcessList *ProcessList_construct(void)
 {
        GtkTreeViewColumn *column;
        GtkCellRenderer *renderer;
@@ -95,7 +95,7 @@ gint get_cell_height(GtkTreeView *TreeView)
        return height;
 }
 
-
+#ifdef 0
 int ProcessList_add(Process *myproc, ProcessList *Process_List, guint *height)
 {
        // add proc to container
@@ -116,3 +116,4 @@ int ProcessList_remove(Process *myproc, ProcessList *Process_List)
        
        return 0;
 }
+#endif
This page took 0.022807 seconds and 4 git commands to generate.