diff options
Diffstat (limited to 'src/3rdparty/libpng/pnginfo.h')
-rw-r--r-- | src/3rdparty/libpng/pnginfo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/3rdparty/libpng/pnginfo.h b/src/3rdparty/libpng/pnginfo.h index 2ce4350..a33bfab 100644 --- a/src/3rdparty/libpng/pnginfo.h +++ b/src/3rdparty/libpng/pnginfo.h @@ -53,7 +53,6 @@ #ifndef PNGINFO_H #define PNGINFO_H -namespace PrivatePng { struct png_info_def { /* the following are necessary for every PNG file */ @@ -267,6 +266,4 @@ defined(PNG_READ_BACKGROUND_SUPPORTED) #endif }; - -} // namespace PrivatePng #endif /* PNGINFO_H */ |