summaryrefslogtreecommitdiff
path: root/xprop.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-07-27 09:11:10 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-07-27 09:11:10 +0300
commitb8e4793e6bc939ee7b558f7eba7e4a485ed3bc7f (patch)
treee5426dbfaa4e40afd0e763e5e0ce1fb7a1533700 /xprop.c
parent47514347db811d002e7f3ca05d390565bc3ee5e5 (diff)
remove misleading comment
Diffstat (limited to 'xprop.c')
-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();