aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorPaul Eggert2011-04-10 09:44:27 -0700
committerPaul Eggert2011-04-10 09:44:27 -0700
commitb2ded58d7e0eb75f00071036d1c07bbd55313b60 (patch)
tree5546bb6d7214033a83d13ce87a15f65595f6ae74 /src/xterm.c
parent37f1c9309eb0e6b3bc3dda1ffa7f99410c22355d (diff)
parent12020a9e6dcfc2213e8bbb0fec259c1ed1202f30 (diff)
downloademacs-b2ded58d7e0eb75f00071036d1c07bbd55313b60.tar.gz
emacs-b2ded58d7e0eb75f00071036d1c07bbd55313b60.zip
Fix more problems found by GCC 4.6.0's static checks.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c
index d1ff5b85a29..b3e33b7c0bb 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -7539,8 +7539,6 @@ x_error_catcher (Display *display, XErrorEvent *event)
7539 7539
7540 Calling x_uncatch_errors resumes the normal error handling. */ 7540 Calling x_uncatch_errors resumes the normal error handling. */
7541 7541
7542void x_check_errors (Display *dpy, const char *format);
7543
7544void 7542void
7545x_catch_errors (Display *dpy) 7543x_catch_errors (Display *dpy)
7546{ 7544{