Remove reference to thread brand
[lttv.git] / lttv / modules / gui / filter / filter.c
index a69685f8f8b58559187a7e10fd8e828d313a1748..9bc71415649b2214fe6a735cf8692cde99c2cbb1 100644 (file)
@@ -196,7 +196,6 @@ gui_filter(LttvPlugin *plugin)
   g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("channel.name"));
   g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("trace.name"));
   g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("state.process_name"));
-  g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("state.thread_brand"));
   g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("state.pid"));
   g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("state.ppid"));
   g_ptr_array_add(fvd->f_field_options,(gpointer) g_string_new("state.creation_time"));
This page took 0.023065 seconds and 4 git commands to generate.