mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:57:45 +00:00
Profiler: Remove the old process selection widget
This commit is contained in:
parent
2d6091be10
commit
7b9cabb5a3
4 changed files with 0 additions and 91 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue