[MPlayer-cvslog] r31812 - trunk/libvo/vo_quartz.c
reimar
subversion at mplayerhq.hu
Sun Jul 25 14:28:23 CEST 2010
Author: reimar
Date: Sun Jul 25 14:28:23 2010
New Revision: 31812
Log:
Remove unused kQuitCmd from vo_quartz.
While just as useless as for corevideo, the "Quit"
menu item at least works through kHICommandQuit here.
Modified:
trunk/libvo/vo_quartz.c
Modified: trunk/libvo/vo_quartz.c
==============================================================================
--- trunk/libvo/vo_quartz.c Sun Jul 25 14:25:05 2010 (r31811)
+++ trunk/libvo/vo_quartz.c Sun Jul 25 14:28:23 2010 (r31812)
@@ -130,7 +130,6 @@ static int lastMouseHide = 0;
enum
{
- kQuitCmd = 1,
kHalfScreenCmd = 2,
kNormalScreenCmd = 3,
kDoubleScreenCmd = 4,
More information about the MPlayer-cvslog
mailing list