aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Debugger/UI/DebuggerWidget.glade
diff options
context:
space:
mode:
authorMary <me@thog.eu>2020-08-30 19:06:05 +0200
committerGitHub <noreply@github.com>2020-08-30 19:06:05 +0200
commit4f3ae6f62ca5858c2b74eba5a15bad5dff580349 (patch)
tree1ab0427f411d530b253abc73bb6ef97b64a3a6d6 /Ryujinx.Debugger/UI/DebuggerWidget.glade
parentb9398f1f3a13612a0bc3e64205cdb7eca3f48d4d (diff)
Remove the Ryujinx.Debugger project (#1506)
This project wasn't really used by anyone and isn't worth mantaining. This commit remove the profiler entirely from Ryujinx and remove the associated CI tasks.
Diffstat (limited to 'Ryujinx.Debugger/UI/DebuggerWidget.glade')
-rw-r--r--Ryujinx.Debugger/UI/DebuggerWidget.glade44
1 files changed, 0 insertions, 44 deletions
diff --git a/Ryujinx.Debugger/UI/DebuggerWidget.glade b/Ryujinx.Debugger/UI/DebuggerWidget.glade
deleted file mode 100644
index 7e6e691d..00000000
--- a/Ryujinx.Debugger/UI/DebuggerWidget.glade
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.21.0 -->
-<interface>
- <requires lib="gtk+" version="3.20"/>
- <object class="GtkBox" id="_debuggerBox">
- <property name="name">DebuggerBox</property>
- <property name="width_request">1024</property>
- <property name="height_request">720</property>
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="orientation">vertical</property>
- <child>
- <object class="GtkNotebook" id="_widgetNotebook">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="hexpand">True</property>
- <property name="vexpand">True</property>
- <child>
- <placeholder/>
- </child>
- <child type="tab">
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child type="tab">
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child type="tab">
- <placeholder/>
- </child>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">0</property>
- </packing>
- </child>
- </object>
-</interface>