diff options
Diffstat (limited to 'TextureLoader/include/PNGCodec.h')
| -rw-r--r-- | TextureLoader/include/PNGCodec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/TextureLoader/include/PNGCodec.h b/TextureLoader/include/PNGCodec.h index 0cc045a..7379220 100644 --- a/TextureLoader/include/PNGCodec.h +++ b/TextureLoader/include/PNGCodec.h @@ -52,7 +52,6 @@ DILIGENT_TYPED_ENUM(DECODE_PNG_RESULT, Uint32) /// An unexpected error occurred while decoding the file. DECODE_PNG_RESULT_DECODING_ERROR }; -typedef enum DECODE_PNG_RESULT DECODE_PNG_RESULT; /// PNG encoding result DILIGENT_TYPED_ENUM(ENCODE_PNG_RESULT, Uint32) @@ -66,7 +65,6 @@ DILIGENT_TYPED_ENUM(ENCODE_PNG_RESULT, Uint32) /// Failed to initialize the encoder. ENCODE_PNG_RESULT_INITIALIZATION_FAILED }; -typedef enum ENCODE_PNG_RESULT ENCODE_PNG_RESULT; // clang-format on |
