[vlc-commits] VLCKit: Remove typedef after enum declaration
Andrey Utkin
git at videolan.org
Thu Jun 7 01:44:19 CEST 2012
vlc | branch: master | Andrey Utkin <andrey.krieger.utkin at gmail.com> | 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 <fkuehne at videolan.org>
> 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;
More information about the vlc-commits
mailing list