diff options
Diffstat (limited to 'src/image.cc')
-rw-r--r-- | src/image.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/image.cc b/src/image.cc index 8ecf2a72..3417ed9d 100644 --- a/src/image.cc +++ b/src/image.cc @@ -33,10 +33,7 @@ using namespace dw::core; /* * Create and initialize a new image structure. */ -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) { DilloImage *Image; |