aboutsummaryrefslogtreecommitdiffstats
path: root/src/xsettings.c
diff options
context:
space:
mode:
authorPaul Eggert2012-10-10 08:10:57 -0700
committerPaul Eggert2012-10-10 08:10:57 -0700
commit5f3f57be388eba88944a9e881afcbcacc100a8ae (patch)
treed266cb24a112d76e5fd285f2360a8fcfd2ed2c81 /src/xsettings.c
parent90e847e221850d9300f3ffb77d953f3a4d28bb0a (diff)
downloademacs-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.c1
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