[sysprof] libsysprof-ui: remove GTK aid



commit c93286cf9acae3383498c3241e8f95c47f8f672a
Author: Christian Hergert <chergert redhat com>
Date:   Wed Feb 24 14:20:17 2021 -0800

    libsysprof-ui: remove GTK aid
    
    This isn't needed anymore now that we have the Control FD source which is
    used to pass data between processes.

 src/libsysprof-ui/sysprof-profiler-assistant.ui | 22 ----------------------
 1 file changed, 22 deletions(-)
---
diff --git a/src/libsysprof-ui/sysprof-profiler-assistant.ui b/src/libsysprof-ui/sysprof-profiler-assistant.ui
index 5884f62..52d6483 100644
--- a/src/libsysprof-ui/sysprof-profiler-assistant.ui
+++ b/src/libsysprof-ui/sysprof-profiler-assistant.ui
@@ -36,21 +36,6 @@
       </object>
     </child>
   </object>
-  <object class="SysprofAid" id="gtk_aid">
-    <property name="display-name">GTK</property>
-    <property name="icon-name">sysprof-gtk</property>
-    <child>
-      <object class="SysprofTracefdSource">
-        <property name="envvar">GTK_TRACE_FD</property>
-      </object>
-    </child>
-    <child>
-      <object class="SysprofProxySource">
-        <property name="bus-type">session</property>
-        <property name="object-path">/org/gtk/Profiler</property>
-      </object>
-    </child>
-  </object>
   <object class="SysprofAid" id="gjs_aid">
     <property name="display-name">GJS</property>
     <property name="icon-name">sysprof-cli</property>
@@ -154,13 +139,6 @@
                             <property name="visible">true</property>
                           </object>
                         </child>
-                        <child>
-                          <object class="SysprofAidIcon">
-                            <property name="aid">gtk_aid</property>
-                            <property name="selected">false</property>
-                            <property name="visible">true</property>
-                          </object>
-                        </child>
                         <child>
                           <object class="SysprofAidIcon">
                             <property name="aid">gjs_aid</property>


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