Remove debug code.

This commit is contained in:
Jan Djärv
2010-11-04 13:17:46 +01:00
parent d75c999218
commit 69ee5b0fd6

View 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;