changeset 31746:b7fcb8181a38

Remove unused kQuitCmd from vo_quartz. While just as useless as for corevideo, the "Quit" menu item at least works through kHICommandQuit here.
author reimar
date Sun, 25 Jul 2010 12:28:23 +0000
parents 02e01a5e1010
children 44b0cfc2ecae
files libvo/vo_quartz.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_quartz.c	Sun Jul 25 12:25:05 2010 +0000
+++ b/libvo/vo_quartz.c	Sun Jul 25 12:28:23 2010 +0000
@@ -130,7 +130,6 @@
 
 enum
 {
-    kQuitCmd         = 1,
     kHalfScreenCmd   = 2,
     kNormalScreenCmd = 3,
     kDoubleScreenCmd = 4,