summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-02-14 14:41:54 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-02-14 14:41:54 +0100
commit1d66670ad7add1e9e9073413136fc48528c90157 (patch)
treec69aeb3c985f7f990f31033f50b4437eaaaed606
parent77177dbb767259a6135347f88a2bf78cc4ea72bd (diff)
downloadserenity-1d66670ad7add1e9e9073413136fc48528c90157.zip
LibC: Remove obsolete errno codes for windowing syscalls.
-rw-r--r--LibC/errno_numbers.h4
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 {