Commit eeb2dbd7 authored by Andrey Utkin's avatar Andrey Utkin Committed by Felix Paul Kühne

VLCKit: Remove typedef after enum declaration

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent ec9d366f
...@@ -35,7 +35,6 @@ enum VLCRepeatMode { ...@@ -35,7 +35,6 @@ enum VLCRepeatMode {
VLCRepeatCurrentItem, VLCRepeatCurrentItem,
VLCRepeatAllItems VLCRepeatAllItems
}; };
typedef NSInteger VLCRepeatMode;
@interface VLCMediaListPlayer : NSObject { @interface VLCMediaListPlayer : NSObject {
void *instance; void *instance;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment