Revert "Add activity_indicator2"

This reverts commit 88a3a57789.
This commit is contained in:
Joseph T. Lyons 2023-10-26 17:13:40 +02:00
parent 560e115656
commit 98d03f6e7a
7 changed files with 3 additions and 411 deletions

View file

@ -82,7 +82,7 @@ const NSWindowAnimationBehaviorUtilityWindow: NSInteger = 4;
#[ctor]
unsafe fn build_classes() {
::util::gpui2_loaded();
::util::gpui1_loaded();
WINDOW_CLASS = build_window_class("GPUIWindow", class!(NSWindow));
PANEL_CLASS = build_window_class("GPUIPanel", class!(NSPanel));
VIEW_CLASS = {