[sysprof] libsysprof-ui: remove grid include from assistant



commit 0be07b989e679de26a150a7df7d40332e9a0c224
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jul 11 13:04:54 2022 -0700

    libsysprof-ui: remove grid include from assistant

 src/libsysprof-ui/sysprof-profiler-assistant.c | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/src/libsysprof-ui/sysprof-profiler-assistant.c b/src/libsysprof-ui/sysprof-profiler-assistant.c
index 2dc3d4ed..578c0d8a 100644
--- a/src/libsysprof-ui/sysprof-profiler-assistant.c
+++ b/src/libsysprof-ui/sysprof-profiler-assistant.c
@@ -25,8 +25,6 @@
 #include <adwaita.h>
 #include <sysprof.h>
 
-#include "egg-three-grid.h"
-
 #include "sysprof-platform.h"
 
 #include "sysprof-aid-icon.h"
@@ -401,8 +399,6 @@ sysprof_profiler_assistant_class_init (SysprofProfilerAssistantClass *klass)
   gtk_widget_class_bind_template_child (widget_class, SysprofProfilerAssistant, inherit_switch);
   gtk_widget_class_bind_template_child (widget_class, SysprofProfilerAssistant, search_entry);
 
-  g_type_ensure (EGG_TYPE_THREE_GRID);
-
   g_type_ensure (SYSPROF_TYPE_AID_ICON);
   g_type_ensure (SYSPROF_TYPE_BATTERY_AID);
   g_type_ensure (SYSPROF_TYPE_CALLGRAPH_AID);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]