diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-09-14 13:52:53 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-09-14 14:29:50 -0700 |
commit | 422cd7a674e6831f40be14ee853bd946cb62eadc (patch) | |
tree | 75adde66380ea31707868b4e89f9ec6a52ba19da /hw/xquartz | |
parent | 663807ce0e65b51537540bb95fbf3c18988c04c7 (diff) |
XQuartz: pbproxy: Remove debugging XBell()
(cherry picked from commit 1fd7c1fd4740393a32e261af33e64c19be48ca9a)
Diffstat (limited to 'hw/xquartz')
-rw-r--r-- | hw/xquartz/pbproxy/x-selection.m | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/xquartz/pbproxy/x-selection.m b/hw/xquartz/pbproxy/x-selection.m index 4f2d848fb..ef84f8bfb 100644 --- a/hw/xquartz/pbproxy/x-selection.m +++ b/hw/xquartz/pbproxy/x-selection.m @@ -440,10 +440,6 @@ get_property(Window win, Atom property, struct propdata *pdata, Bool delete, Ato [self x_copy_request_targets]; } } - else - { - XBell (xpbproxy_dpy, 0); - } } /* Set pbproxy as owner of the SELECTION_MANAGER selection. |