diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-07-27 09:11:10 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-07-27 09:11:10 +0300 |
commit | b8e4793e6bc939ee7b558f7eba7e4a485ed3bc7f (patch) | |
tree | e5426dbfaa4e40afd0e763e5e0ce1fb7a1533700 | |
parent | 47514347db811d002e7f3ca05d390565bc3ee5e5 (diff) |
remove misleading comment
-rw-r--r-- | xprop.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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(); |