]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/misc.h
* intf.* : try to restore an a bit more intelligent behavior for the playlist toggle...
[vlc] / modules / gui / macosx / misc.h
index fa8a70509dd9ecbf6c00441667a2ead1237a4cae..f656ed2de75e7d9b816030a5cd8bdce709fd29d1 100644 (file)
  * VLCControllerWindow
  *****************************************************************************/
 
+
 @interface VLCControllerWindow : NSWindow
 {
-    NSSize o_size_with_playlist;
 }
 
-- (NSSize)getSizeWithPlaylist;
-
 @end
 
 /*****************************************************************************