X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FProcess_List.c;h=6085a67232b89e68af3136a3f00a90c857450bc9;hb=558aa01322f1af8be09fcfc086864da0373823c5;hp=be5be63810955cbeacde3919e48747676e5add07;hpb=f0d936c08dae39e9a913357a49885b4937aca847;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/Process_List.c b/ltt/branches/poly/lttv/modules/guiControlFlow/Process_List.c index be5be638..6085a672 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Process_List.c +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Process_List.c @@ -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