summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xprop.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/xprop.c b/xprop.c
index cea8179..2279219 100644
--- a/xprop.c
+++ b/xprop.c
@@ -1200,10 +1200,6 @@ Get_Window_Property_Data_And_Type (Atom atom,
else if (actual_format == 8)
nbytes = 1;
else if (actual_format == 0)
- /*
- * Some broken implementations can return zero, despite what the
- * XGetWindowProperty manual page says.
- */
nbytes = 0;
else
abort();