diff options
| author | Stefan Kangas | 2023-08-14 01:59:10 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2023-08-14 01:59:10 +0200 |
| commit | 6412ba2f1ad93bf641b86ba7633beb4f6dda89ea (patch) | |
| tree | edbf00752631b2921946807f027bb534aa5daf49 /src | |
| parent | 4ff5bb34158b7ddc8a3a1a4403157df3debb7d8b (diff) | |
| download | emacs-6412ba2f1ad93bf641b86ba7633beb4f6dda89ea.tar.gz emacs-6412ba2f1ad93bf641b86ba7633beb4f6dda89ea.zip | |
; Delete commented out variable in png_load_body
* src/image.c (png_load_body): Delete commented out variable.
Diffstat (limited to 'src')
| -rw-r--r-- | src/image.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c index 7849675b6cc..f2079fab6a3 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -8212,7 +8212,6 @@ png_load_body (struct frame *f, struct image *img, struct png_load_context *c) | |||
| 8212 | simple transparency, we prefer a clipping mask. */ | 8212 | simple transparency, we prefer a clipping mask. */ |
| 8213 | if (!transparent_p) | 8213 | if (!transparent_p) |
| 8214 | { | 8214 | { |
| 8215 | /* png_color_16 *image_bg; */ | ||
| 8216 | Lisp_Object specified_bg | 8215 | Lisp_Object specified_bg |
| 8217 | = image_spec_value (img->spec, QCbackground, NULL); | 8216 | = image_spec_value (img->spec, QCbackground, NULL); |
| 8218 | Emacs_Color color; | 8217 | Emacs_Color color; |