]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/playlist.m
* changed how cursor hiding works. Not perfect, but it's less complicated.
[vlc] / modules / gui / macosx / playlist.m
index dd7929bdf673246d023a04b6ae55244876607e9e..04536cead015a1359327c628182f363c97567d73 100644 (file)
@@ -2,7 +2,7 @@
  * playlist.m: MacOS X interface plugin
  *****************************************************************************
  * Copyright (C) 2002-2003 VideoLAN
- * $Id: playlist.m,v 1.34 2003/10/19 23:12:16 hartman Exp $
+ * $Id: playlist.m,v 1.35 2003/11/06 16:28:28 hartman Exp $
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
  *          Derk-Jan Hartman <thedj@users.sourceforge.net>
@@ -81,10 +81,6 @@ int MacVersion102 = -1;
     
     switch( key )
     {
-        case ' ':
-            [(VLCControls *)[[NSApp delegate] getControls] play: nil];
-            break;
-
         case NSDeleteCharacter:
         case NSDeleteFunctionKey:
         case NSDeleteCharFunctionKey: