diff options
Diffstat (limited to 'src/3rdparty/libpng/pngrio.c')
-rw-r--r-- | src/3rdparty/libpng/pngrio.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/3rdparty/libpng/pngrio.c b/src/3rdparty/libpng/pngrio.c index 3a6e536..e9c381c 100644 --- a/src/3rdparty/libpng/pngrio.c +++ b/src/3rdparty/libpng/pngrio.c @@ -20,7 +20,6 @@ #include "pngpriv.h" -namespace PrivatePng { #ifdef PNG_READ_SUPPORTED /* Read the data from whatever input you are using. The default routine @@ -175,4 +174,3 @@ png_set_read_fn(png_structp png_ptr, png_voidp io_ptr, #endif } #endif /* PNG_READ_SUPPORTED */ -} // namespace PrivatePng |