diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-09-14 13:52:53 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-09-14 13:52:53 -0700 |
commit | 1fd7c1fd4740393a32e261af33e64c19be48ca9a (patch) | |
tree | 1c8f1d6989a442c691b47857b6837c73b682cafb | |
parent | 647c871dc9f2d0adc172b401cde89ffbdfcc4d7a (diff) |
XQuartz: pbproxy: Remove debugging XBell()
-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. |