diff --git a/Source/Core/DolphinQt/MainWindow.h b/Source/Core/DolphinQt/MainWindow.h index e8fa97c8ba..7b17c5eaa4 100644 --- a/Source/Core/DolphinQt/MainWindow.h +++ b/Source/Core/DolphinQt/MainWindow.h @@ -65,7 +65,7 @@ private: QString ShowFileDialog(); void DoStartPause(); - std::unique_ptr m_render_widget; // TODO: just create this once and reuse it + std::unique_ptr m_render_widget; bool m_isStopping = false; };