aboutsummaryrefslogtreecommitdiff
path: root/image/bmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/bmp.h')
-rw-r--r--image/bmp.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/image/bmp.h b/image/bmp.h
index a23f1e0978..2b7d6fb83f 100644
--- a/image/bmp.h
+++ b/image/bmp.h
@@ -69,11 +69,8 @@ private:
/**
* Outputs an uncompressed BMP 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 writeBMP(Common::WriteStream &out, const Graphics::Surface &input, const bool bottomUp = false);
+bool writeBMP(Common::WriteStream &out, const Graphics::Surface &input);
} // End of namespace Image