From a39f4c3c4a26994ab13abbeb065c664b0ab61d25 Mon Sep 17 00:00:00 2001 From: pmf Date: Mon, 15 Oct 2007 18:54:41 +0000 Subject: [PATCH] resourceview: remove superfluous columns in the list store git-svn-id: http://ltt.polymtl.ca/svn@2698 04897980-b3bd-0310-b5e0-8ef037075253 --- .../poly/lttv/modules/gui/resourceview/processlist.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/ltt/branches/poly/lttv/modules/gui/resourceview/processlist.c b/ltt/branches/poly/lttv/modules/gui/resourceview/processlist.c index 4ffaa2bc..940369f8 100644 --- a/ltt/branches/poly/lttv/modules/gui/resourceview/processlist.c +++ b/ltt/branches/poly/lttv/modules/gui/resourceview/processlist.c @@ -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 = -- 2.34.1