]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/controls.h
macosx: adapt module_list_get calls for latest changes in core
[vlc] / modules / gui / macosx / controls.h
index 0d9aa367bf5b34dfcfc82733d29711d3645cd581..6f3b8aa35be73b228864ef6ffe2220f48347cea3 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * controls.h: MacOS X interface module
  *****************************************************************************
- * Copyright (C) 2002-2011 the VideoLAN team
+ * Copyright (C) 2002-2012 VLC authors and VideoLAN
  * $Id$
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
@@ -40,6 +40,7 @@
     IBOutlet id o_specificTime_stepper;
     IBOutlet id o_specificTime_mi;
 }
+
 - (IBAction)play:(id)sender;
 - (IBAction)stop:(id)sender;
 
@@ -66,7 +67,6 @@
 - (IBAction)addSubtitleFile:(id)sender;
 
 - (BOOL)keyEvent:(NSEvent *)o_event;
-- (void)scrollWheel: (NSEvent *)theEvent;
 
 - (IBAction)goToSpecificTime:(id)sender;
 @end