vlc | branch: master | Andrey Utkin <[email protected]> | Thu Jun 7 01:41:58 2012 +0200| [eeb2dbd78d74421306d88d5c6e0792a40e7fe6f9] | committer: Felix Paul Kühne
VLCKit: Remove typedef after enum declaration Signed-off-by: Felix Paul Kühne <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eeb2dbd78d74421306d88d5c6e0792a40e7fe6f9 --- projects/macosx/framework/Headers/Public/VLCMediaListPlayer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/macosx/framework/Headers/Public/VLCMediaListPlayer.h b/projects/macosx/framework/Headers/Public/VLCMediaListPlayer.h index ae6c533..666d8d5 100644 --- a/projects/macosx/framework/Headers/Public/VLCMediaListPlayer.h +++ b/projects/macosx/framework/Headers/Public/VLCMediaListPlayer.h @@ -35,7 +35,6 @@ enum VLCRepeatMode { VLCRepeatCurrentItem, VLCRepeatAllItems }; -typedef NSInteger VLCRepeatMode; @interface VLCMediaListPlayer : NSObject { void *instance; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
