UI/AppKit: Remove the built-in Inspector widget

This commit is contained in:
Timothy Flynn 2025-03-14 16:18:36 -04:00 committed by Alexander Kalenik
commit 03735cf11d
Notes: github-actions[bot] 2025-03-15 18:11:08 +00:00
10 changed files with 0 additions and 558 deletions

View file

@ -19,9 +19,4 @@
- (instancetype)initAsChild:(Tab*)parent
pageIndex:(u64)page_index;
- (void)tabWillClose;
- (void)openInspector:(id)sender;
- (void)onInspectorClosed;
@end