diff options
author | Jeremy Henty <onepoint@starurchin.org> | 2009-05-07 16:35:03 -0400 |
---|---|---|
committer | Jeremy Henty <onepoint@starurchin.org> | 2009-05-07 16:35:03 -0400 |
commit | 7034881b87b53b087bae78aef8380e5258f68a24 (patch) | |
tree | e8798ededb6f3791fe8c1e38f60ed0670fb8ea20 /src/image.hh | |
parent | a975d5033ed5905cd05b08bf752851325d34a0a7 (diff) |
Cleanup in a_Image_new() signature
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); |