resourceview: remove superfluous columns in the list store
[lttv.git] / 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.024484 seconds and 4 git commands to generate.