Skip to content

Commit

Permalink
Unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
cochrane committed May 5, 2024
1 parent f438a52 commit 9bd46b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions GLLara/GLLRenderParameter.h
Expand Up @@ -28,7 +28,4 @@

@property (nonatomic, readonly) NSData *uniformValue;

// The corresponding item
@property (nonatomic, readonly) GLLItem *item;

@end
5 changes: 0 additions & 5 deletions GLLara/GLLRenderParameter.m
Expand Up @@ -23,11 +23,6 @@ + (NSSet *)keyPathsForValuesAffectingDescription
@dynamic name;
@dynamic mesh;

- (GLLItem *)item
{
return self.mesh.item;
}

- (GLLRenderParameterDescription *)parameterDescription
{
return [self.mesh.mesh.shader descriptionForParameter:self.name];
Expand Down

0 comments on commit 9bd46b5

Please sign in to comment.