summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.cpp
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2017-02-19 18:35:04 -0800
committerGravatar Yuri Kunde Schlesner2017-02-26 17:22:03 -0800
commit3b4e4003336c94527339a2a9ad7d52875974258f (patch)
tree18e6e1125ff486ff3f9bd2985af7830cd7838f22 /src/citra_qt/main.cpp
parentPerfStats: Add method to get the instantaneous time ratio (diff)
downloadyuzu-3b4e4003336c94527339a2a9ad7d52875974258f.tar.gz
yuzu-3b4e4003336c94527339a2a9ad7d52875974258f.tar.xz
yuzu-3b4e4003336c94527339a2a9ad7d52875974258f.zip
Remove built-in (non-Microprofile) profiler
Diffstat (limited to 'src/citra_qt/main.cpp')
-rw-r--r--src/citra_qt/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp
index 41356a6ca..138763080 100644
--- a/src/citra_qt/main.cpp
+++ b/src/citra_qt/main.cpp
@@ -113,11 +113,6 @@ void GMainWindow::InitializeDebugWidgets() {
113 113
114 QMenu* debug_menu = ui.menu_View_Debugging; 114 QMenu* debug_menu = ui.menu_View_Debugging;
115 115
116 profilerWidget = new ProfilerWidget(this);
117 addDockWidget(Qt::BottomDockWidgetArea, profilerWidget);
118 profilerWidget->hide();
119 debug_menu->addAction(profilerWidget->toggleViewAction());
120
121#if MICROPROFILE_ENABLED 116#if MICROPROFILE_ENABLED
122 microProfileDialog = new MicroProfileDialog(this); 117 microProfileDialog = new MicroProfileDialog(this);
123 microProfileDialog->hide(); 118 microProfileDialog->hide();