citra-qt: Remove callstack widget

Appears to be currently broken, and given the complexity of doing this
for ARM code without debugging information, should probably be left to
an external tool or library. Use the GDB stub instead.

Closes #586
This commit is contained in:
Yuri Kunde Schlesner 2017-05-07 14:44:43 -07:00
parent 47e806b084
commit 4af2a1a3d7
6 changed files with 0 additions and 168 deletions

View file

@ -10,7 +10,6 @@
#include <QTimer>
#include "ui_main.h"
class CallstackWidget;
class Config;
class EmuThread;
class GameList;
@ -152,7 +151,6 @@ private:
ProfilerWidget* profilerWidget;
MicroProfileDialog* microProfileDialog;
RegistersWidget* registersWidget;
CallstackWidget* callstackWidget;
GPUCommandStreamWidget* graphicsWidget;
GPUCommandListWidget* graphicsCommandsWidget;
GraphicsBreakPointsWidget* graphicsBreakpointsWidget;