diff options
Diffstat (limited to 'dev/Kernel/HALKit/ARM64/HalKernelMain.cc')
| -rw-r--r-- | dev/Kernel/HALKit/ARM64/HalKernelMain.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dev/Kernel/HALKit/ARM64/HalKernelMain.cc b/dev/Kernel/HALKit/ARM64/HalKernelMain.cc index ff4676e4..4a81fa64 100644 --- a/dev/Kernel/HALKit/ARM64/HalKernelMain.cc +++ b/dev/Kernel/HALKit/ARM64/HalKernelMain.cc @@ -15,7 +15,6 @@ #include <KernelKit/CodeMgr.h> #include <Modules/ACPI/ACPIFactoryInterface.h> #include <NetworkKit/IPC.h> -#include <Modules/GfxMgr/AppearanceMgr.h> #include <CFKit/Property.h> Kernel::Void hal_real_init(Kernel::Void) noexcept; @@ -47,8 +46,6 @@ EXTERN_C void hal_init_platform( /// @note do initialize the interrupts after it. - UI::ui_draw_background(); - auto str_proc = Kernel::rt_alloc_string("System"); Kernel::rtl_create_process(rtl_kernel_main, str_proc); |
