aboutsummaryrefslogtreecommitdiff
path: root/image/png.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/png.h')
-rw-r--r--image/png.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/image/png.h b/image/png.h
index f983da467e..1402976963 100644
--- a/image/png.h
+++ b/image/png.h
@@ -78,11 +78,8 @@ private:
/**
* Outputs a compressed PNG stream of the given input surface.
- *
- * @param bottomUp Flip the vertical axis so pixel data is drawn from the
- * bottom up, instead of from the top down.
*/
-bool writePNG(Common::WriteStream &out, const Graphics::Surface &input, const bool bottomUp = false);
+bool writePNG(Common::WriteStream &out, const Graphics::Surface &input);
} // End of namespace Image