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:
parent
468113422f
commit
7210d2ade5
2 changed files with 0 additions and 14 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue