Skip to content

Commit

Permalink
Revert unused change in header file
Browse files Browse the repository at this point in the history
  • Loading branch information
ApoorvaJ committed Sep 18, 2023
1 parent e57f920 commit 23d1871
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions source/MaterialXRender/Image.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,7 @@ class MX_RENDER_API Image

public:
/// Create an empty image with the given properties.
static ImagePtr create(
unsigned int width,
unsigned int height,
unsigned int channelCount,
BaseType baseType = BaseType::UINT8
)
static ImagePtr create(unsigned int width, unsigned int height, unsigned int channelCount, BaseType baseType = BaseType::UINT8)
{
return ImagePtr(new Image(width, height, channelCount, baseType));
}
Expand Down

0 comments on commit 23d1871

Please sign in to comment.