aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2010-11-04 13:17:46 +0100
committerJan Djärv2010-11-04 13:17:46 +0100
commit69ee5b0fd692a0280fe6955efe064bcadc3759a3 (patch)
treee9c402897d36720250ab73950fa452931c00bb94 /src
parentd75c99921883af96fe9152cf9d1766e5ec0e5126 (diff)
downloademacs-69ee5b0fd692a0280fe6955efe064bcadc3759a3.tar.gz
emacs-69ee5b0fd692a0280fe6955efe064bcadc3759a3.zip
Remove debug code.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 0b0f1cd0d96..c07ea49e663 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -553,7 +553,7 @@ x_real_positions (f, xptr, yptr)
553 &actual_type, &actual_format, &actual_size, 553 &actual_type, &actual_format, &actual_size,
554 &bytes_remaining, &tmp_data); 554 &bytes_remaining, &tmp_data);
555 555
556 if (0 && rc == Success && actual_type == target_type && !x_had_errors_p (dpy) 556 if (rc == Success && actual_type == target_type && !x_had_errors_p (dpy)
557 && actual_size == 4 && actual_format == 32) 557 && actual_size == 4 && actual_format == 32)
558 { 558 {
559 int ign; 559 int ign;