diff options
| author | Paul Eggert | 2019-12-14 14:13:10 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-12-14 14:22:35 -0800 |
| commit | bb42f6ef10cb250a9263b17a8794e950a563d5d0 (patch) | |
| tree | 9db1aead15c3e08e640f9342de6c15e5d9eabf7c /src/frame.h | |
| parent | a01a7222829682962a229e26688a4d44829b6d5f (diff) | |
| download | emacs-bb42f6ef10cb250a9263b17a8794e950a563d5d0.tar.gz emacs-bb42f6ef10cb250a9263b17a8794e950a563d5d0.zip | |
Remove nothing from union output_data
* src/frame.h (union output_data): Remove ‘nothing’ member.
It has had no effect for quite some time.
All uses removed.
Diffstat (limited to 'src/frame.h')
| -rw-r--r-- | src/frame.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h index f408f12394a..7331ea04437 100644 --- a/src/frame.h +++ b/src/frame.h | |||
| @@ -573,7 +573,6 @@ struct frame | |||
| 573 | struct x_output *x; /* From xterm.h. */ | 573 | struct x_output *x; /* From xterm.h. */ |
| 574 | struct w32_output *w32; /* From w32term.h. */ | 574 | struct w32_output *w32; /* From w32term.h. */ |
| 575 | struct ns_output *ns; /* From nsterm.h. */ | 575 | struct ns_output *ns; /* From nsterm.h. */ |
| 576 | intptr_t nothing; | ||
| 577 | } | 576 | } |
| 578 | output_data; | 577 | output_data; |
| 579 | 578 | ||