Skip to content

Commit

Permalink
The newer compilers generate the property boilerplate automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 11, 2017
1 parent 358e4d9 commit 7ac46a7
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/render/metal/SDL_render_metal.m
Expand Up @@ -121,19 +121,6 @@ @interface METAL_RenderData : NSObject
@end

@implementation METAL_RenderData
@synthesize beginScene;
@synthesize mtldevice;
@synthesize mtlcmdqueue;
@synthesize mtlcmdbuffer;
@synthesize mtlcmdencoder;
@synthesize mtllibrary;
@synthesize mtlbackbuffer;
@synthesize mtlpipelineprims;
@synthesize mtlpipelinecopynearest;
@synthesize mtlpipelinecopylinear;
@synthesize mtlbufclearverts;
@synthesize mtllayer;
@synthesize mtlpassdesc;
@end

@interface METAL_TextureData : NSObject
Expand Down

0 comments on commit 7ac46a7

Please sign in to comment.