1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:07:35 +00:00

Kernel: Remove ProcessGUI.cpp, merging remainders into Process.cpp.

This commit is contained in:
Andreas Kling 2019-02-14 10:39:26 +01:00
parent c4703bedea
commit 8d5ba56cf9
4 changed files with 24 additions and 49 deletions

View file

@ -222,8 +222,6 @@ public:
DisplayInfo set_video_resolution(int width, int height);
static void initialize();
static void initialize_gui_statics();
void destroy_all_windows();
void crash() NORETURN;
static int reap(Process&) WARN_UNUSED_RESULT;