revert initialize control flow view cell height
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 22 May 2008 21:30:05 +0000 (21:30 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 22 May 2008 21:30:05 +0000 (21:30 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2911 04897980-b3bd-0310-b5e0-8ef037075253

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

index ba6f1ed6d37b2ee3ac7b04d0372ce3a8ec25a655..955b07aaec9eacdf9b381980b7a231fadb981a98 100644 (file)
@@ -412,7 +412,6 @@ ProcessList *processlist_construct(void)
       NULL,
       &process_list->cell_height);
 
-  process_list->cell_height = 0;
 #if GTK_CHECK_VERSION(2,4,15)
   guint ypad;
   g_object_get(G_OBJECT(renderer), "ypad", &ypad, NULL);
This page took 0.025835 seconds and 4 git commands to generate.