diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-08-30 16:13:58 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-08-30 16:25:06 -0700 |
commit | 0cd6709db5febbe7fbd073e429421fcd81041e08 (patch) | |
tree | 0c1151bd957d173f6936618c3b092a63729e6e17 /hw/xquartz/X11Controller.h | |
parent | c4d290fc54542ccba7c3a46bc75b0c3322d0ca48 (diff) |
XQuartz: Fixed editing of Applications menu
(cherry picked from commit da647f1add4c1ae7854c0fbfbf972666ce5d12c8)
Diffstat (limited to 'hw/xquartz/X11Controller.h')
-rw-r--r-- | hw/xquartz/X11Controller.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xquartz/X11Controller.h b/hw/xquartz/X11Controller.h index 7942bc44b..c6c719461 100644 --- a/hw/xquartz/X11Controller.h +++ b/hw/xquartz/X11Controller.h @@ -78,7 +78,6 @@ - (void) server_ready; - (IBAction) apps_table_show:(id)sender; -- (IBAction) apps_table_cancel:(id)sender; - (IBAction) apps_table_done:(id)sender; - (IBAction) apps_table_new:(id)sender; - (IBAction) apps_table_duplicate:(id)sender; |