Commit a1948b0d authored by Felix Paul Kühne's avatar Felix Paul Kühne

* removed useless include

parent 9e2759bc
......@@ -41,7 +41,6 @@
#include "intf.h"
#include "vout.h"
#import "controls.h"
/*****************************************************************************
* DeviceCallback: Callback triggered when the video-device variable is changed
......@@ -590,7 +589,7 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
{
case NSRightMouseUp:
{
/* FIXME: this is the appropriate place, but we can't receive
/* FIXME: this isn't the appropriate place, but we can't receive
* NSRightMouseDown some how */
msg_Dbg( p_vout, "received NSRightMouseUp" );
[NSMenu popUpContextMenu: [[VLCMain sharedInstance] getVoutMenu] withEvent: o_event forView: [[[VLCMain sharedInstance] getControls] getVoutView]];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment