resourceview: remove superfluous columns in the list store
authorpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 15 Oct 2007 18:54:41 +0000 (18:54 +0000)
committerpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 15 Oct 2007 18:54:41 +0000 (18:54 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2698 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/resourceview/processlist.c

index 4ffaa2bc40ace80b2b435d3e54170ffc8ba140b1..940369f8e10319b419a720563b5648bc7d867d33 100644 (file)
@@ -308,16 +308,7 @@ ProcessList *processlist_construct(void)
   process_list->current_hash_data = NULL;
 
   /* Create the Process list */
-  process_list->list_store = gtk_list_store_new (  N_COLUMNS,
-              G_TYPE_STRING,
-              G_TYPE_STRING,
-              G_TYPE_UINT,
-              G_TYPE_UINT,
-              G_TYPE_UINT,
-              G_TYPE_UINT,
-              G_TYPE_ULONG,
-              G_TYPE_ULONG,
-              G_TYPE_UINT);
+  process_list->list_store = gtk_list_store_new (  N_COLUMNS, G_TYPE_STRING);
 
 
   process_list->process_list_widget = 
This page took 0.031087 seconds and 4 git commands to generate.