diff options
| author | Paul Eggert | 2012-10-10 08:10:57 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-10-10 08:10:57 -0700 |
| commit | 5f3f57be388eba88944a9e881afcbcacc100a8ae (patch) | |
| tree | d266cb24a112d76e5fd285f2360a8fcfd2ed2c81 /src/xsettings.c | |
| parent | 90e847e221850d9300f3ffb77d953f3a4d28bb0a (diff) | |
| download | emacs-5f3f57be388eba88944a9e881afcbcacc100a8ae.tar.gz emacs-5f3f57be388eba88944a9e881afcbcacc100a8ae.zip | |
Clean out old termopts cruft.
* termopts.h (flow_control, meta_key): Remove unused decls.
* dispnew.c, indent.c, nsterm.m, term.c, xsettings.c, xsmfns.c:
Don't include termopts.h.
Diffstat (limited to 'src/xsettings.c')
| -rw-r--r-- | src/xsettings.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xsettings.c b/src/xsettings.c index 7c68ff295cf..d23070791d8 100644 --- a/src/xsettings.c +++ b/src/xsettings.c | |||
| @@ -29,7 +29,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 29 | #include "keyboard.h" | 29 | #include "keyboard.h" |
| 30 | #include "blockinput.h" | 30 | #include "blockinput.h" |
| 31 | #include "termhooks.h" | 31 | #include "termhooks.h" |
| 32 | #include "termopts.h" | ||
| 33 | 32 | ||
| 34 | #include <X11/Xproto.h> | 33 | #include <X11/Xproto.h> |
| 35 | 34 | ||