diff options
| author | Po Lu | 2022-01-23 09:14:16 +0800 |
|---|---|---|
| committer | Po Lu | 2022-01-23 09:14:16 +0800 |
| commit | 7c16f691011deb0843ea8d7c8324aca034cbd56c (patch) | |
| tree | df459bf2264e89dc9474f9fbf32e7112f1d8ceb5 /src/image.c | |
| parent | 27e080d009076c4c7482201987af36d423a75b61 (diff) | |
| download | emacs-7c16f691011deb0843ea8d7c8324aca034cbd56c.tar.gz emacs-7c16f691011deb0843ea8d7c8324aca034cbd56c.zip | |
Clean up some of the X extension related code
* src/image.c (Fimage_transforms_p): Remove unused variables.
* src/xterm.c (x_probe_xfixes_extension):
(x_term_init): Probe for xfixes during terminal initialization
instead.
* src/xterm.h (struct x_display_info): New fields for xfixes
support.
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/image.c b/src/image.c index ce9af2dd677..7ee595297fa 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -11195,8 +11195,6 @@ The list of capabilities can include one or more of the following: | |||
| 11195 | || defined (HAVE_HAIKU) | 11195 | || defined (HAVE_HAIKU) |
| 11196 | return list2 (Qscale, Qrotate90); | 11196 | return list2 (Qscale, Qrotate90); |
| 11197 | # elif defined (HAVE_X_WINDOWS) && defined (HAVE_XRENDER) | 11197 | # elif defined (HAVE_X_WINDOWS) && defined (HAVE_XRENDER) |
| 11198 | int event_basep, error_basep; | ||
| 11199 | |||
| 11200 | if (FRAME_DISPLAY_INFO (f)->xrender_supported_p) | 11198 | if (FRAME_DISPLAY_INFO (f)->xrender_supported_p) |
| 11201 | return list2 (Qscale, Qrotate90); | 11199 | return list2 (Qscale, Qrotate90); |
| 11202 | # elif defined (HAVE_NTGUI) | 11200 | # elif defined (HAVE_NTGUI) |