mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 00:56:39 +00:00
Profiler: Remove the old process selection widget
This commit is contained in:
parent
2d6091be10
commit
7b9cabb5a3
Notes:
sideshowbarker
2024-07-18 18:36:59 +09:00
Author: https://github.com/gunnarbeutner
Commit: 7b9cabb5a3
Pull-request: https://github.com/SerenityOS/serenity/pull/6913
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