]> git.sesse.net Git - vlc/commitdiff
* removed useless include
authorFelix Paul Kühne <fkuehne@videolan.org>
Sat, 15 Jul 2006 19:50:58 +0000 (19:50 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sat, 15 Jul 2006 19:50:58 +0000 (19:50 +0000)
modules/gui/macosx/vout.m

index 9822cf27d10ca974b818d7c65bc2b4409c0e9942..79c339073a38af0ab04363bbef7f36e721e10c59 100644 (file)
@@ -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]];