summaryrefslogtreecommitdiff
path: root/include/vcl/pngread.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/pngread.hxx')
-rw-r--r--include/vcl/pngread.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/pngread.hxx b/include/vcl/pngread.hxx
index fe59bfa1b4a6..d3fa1942ee57 100644
--- a/include/vcl/pngread.hxx
+++ b/include/vcl/pngread.hxx
@@ -27,7 +27,6 @@
namespace vcl
{
-
class PNGReaderImpl;
class VCL_DLLPUBLIC PNGReader
@@ -35,7 +34,6 @@ class VCL_DLLPUBLIC PNGReader
std::unique_ptr<PNGReaderImpl> mpImpl;
public:
-
/* the PNG chunks are read within the c'tor, so the stream will
be positioned at the end of the PNG */
explicit PNGReader(SvStream& rStream);