diff options
Diffstat (limited to 'src/image.hh')
-rw-r--r-- | src/image.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/image.hh b/src/image.hh index 542147bc..c1b0e918 100644 --- a/src/image.hh +++ b/src/image.hh @@ -50,8 +50,7 @@ struct _DilloImage { /* * Function prototypes */ -DilloImage *a_Image_new(int width, int height, - const char *alt_text, int32_t bg_color); +DilloImage *a_Image_new(const char *alt_text, int32_t bg_color); void a_Image_ref(DilloImage *Image); void a_Image_unref(DilloImage *Image); |