summaryrefslogtreecommitdiff
path: root/Kernel/Syscall.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-02-13 18:48:22 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-02-13 18:49:23 +0100
commitcf432b4c3d366edef40798a777ab2014715fd7f4 (patch)
treeeb8e817191dc090a024ecaf1d6bab3b85b6ed470 /Kernel/Syscall.h
parentfbbf57b61c34e548159f70d496dec2b0fbc54545 (diff)
downloadserenity-cf432b4c3d366edef40798a777ab2014715fd7f4.zip
WindowServer: Refactor more of the menu APIs to be message-based.
This is all pretty verbose but I can whittle it down later. :^)
Diffstat (limited to 'Kernel/Syscall.h')
-rw-r--r--Kernel/Syscall.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Kernel/Syscall.h b/Kernel/Syscall.h
index 878ba916c1..5867034527 100644
--- a/Kernel/Syscall.h
+++ b/Kernel/Syscall.h
@@ -85,12 +85,8 @@
__ENUMERATE_SYSCALL(rmdir) \
__ENUMERATE_SYSCALL(chmod) \
__ENUMERATE_SYSCALL(usleep) \
- __ENUMERATE_SYSCALL(gui_menubar_add_menu) \
- __ENUMERATE_SYSCALL(gui_menu_create) \
- __ENUMERATE_SYSCALL(gui_menu_destroy) \
__ENUMERATE_SYSCALL(gui_menu_add_separator) \
__ENUMERATE_SYSCALL(gui_menu_add_item) \
- __ENUMERATE_SYSCALL(gui_app_set_menubar) \
#ifdef SERENITY