]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove debug code.
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 4 Nov 2010 12:17:46 +0000 (13:17 +0100)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 4 Nov 2010 12:17:46 +0000 (13:17 +0100)
src/xfns.c

index 0b0f1cd0d96f364da3875a1cb39de82f3bca8a81..c07ea49e6632bd3cd4bc2371f4ea38b29e7bddfe 100644 (file)
@@ -553,7 +553,7 @@ x_real_positions (f, xptr, yptr)
                            &actual_type, &actual_format, &actual_size,
                            &bytes_remaining, &tmp_data);
 
-  if (0 && rc == Success && actual_type == target_type && !x_had_errors_p (dpy)
+  if (rc == Success && actual_type == target_type && !x_had_errors_p (dpy)
       && actual_size == 4 && actual_format == 32)
     {
       int ign;