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

Kernel: Remove knowledge about BochsVGADevice from Process.

This commit is contained in:
Andreas Kling 2019-02-16 10:40:47 +01:00
parent 468113422f
commit 7210d2ade5
2 changed files with 0 additions and 14 deletions

View file

@ -223,8 +223,6 @@ public:
int sys$accept(int sockfd, sockaddr*, socklen_t*);
int sys$connect(int sockfd, const sockaddr*, socklen_t);
DisplayInfo set_video_resolution(int width, int height);
bool wait_for_connect(Socket&, int& error);
static void initialize();