Profiler: Remove the old process selection widget

This commit is contained in:
Gunnar Beutner 2021-05-07 13:46:52 +02:00 committed by Andreas Kling
commit 7b9cabb5a3
Notes: sideshowbarker 2024-07-18 18:36:59 +09:00
4 changed files with 0 additions and 91 deletions

View file

@ -5,7 +5,6 @@
*/
#include "IndividualSampleModel.h"
#include "ProcessPickerWidget.h"
#include "Profile.h"
#include "TimelineContainer.h"
#include "TimelineHeader.h"
@ -112,8 +111,6 @@ int main(int argc, char** argv)
[[maybe_unused]] auto& timeline_container = main_widget.add<TimelineContainer>(*timeline_header_container, *timeline_view);
main_widget.add<ProcessPickerWidget>(*profile);
auto& tab_widget = main_widget.add<GUI::TabWidget>();
auto& tree_tab = tab_widget.add_tab<GUI::Widget>("Call Tree");