diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-02-14 14:41:54 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-02-14 14:41:54 +0100 |
commit | 1d66670ad7add1e9e9073413136fc48528c90157 (patch) | |
tree | c69aeb3c985f7f990f31033f50b4437eaaaed606 | |
parent | 77177dbb767259a6135347f88a2bf78cc4ea72bd (diff) | |
download | serenity-1d66670ad7add1e9e9073413136fc48528c90157.zip |
LibC: Remove obsolete errno codes for windowing syscalls.
-rw-r--r-- | LibC/errno_numbers.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/LibC/errno_numbers.h b/LibC/errno_numbers.h index 476079e927..a787dd75aa 100644 --- a/LibC/errno_numbers.h +++ b/LibC/errno_numbers.h @@ -45,11 +45,7 @@ __ERROR(ENOTSOCK, "Not a socket") \ __ERROR(EADDRINUSE, "Address in use") \ __ERROR(EWHYTHO, "Failed without setting an error code (Bug!)") \ - __ERROR(EBADWINDOW, "Bad window ID") \ - __ERROR(EBADBACKING, "Bad backing store ID") \ __ERROR(ENOTEMPTY, "Directory not empty") \ - __ERROR(EBADMENUBAR, "Bad menubar ID") \ - __ERROR(EBADMENU, "Bad menu ID") \ enum __errno_values { |