build: remove redundant sed patching
Summary:
While looking at #16838 I found at least two cases of sed patching in depends that now seems to be redundant. There's possibly a third case, but I haven't looked into that enough yet. Patching 0 -> kCGMouseButtonLeft should not be required, as kCGMouseButtonLeft has been used in the cocoa/qcocoacursor.mm source for a while. The include we were modifying in src/plugins/platforms/xcb/qxcbxsettings.cpp was removed in this commit.
Backport of core PR16879.
Test Plan: Run the Linux and OSX Gitian builds.
Reviewers: #bitcoin_abc, deadalnix
Reviewed By: #bitcoin_abc, deadalnix
Differential Revision: https://reviews.bitcoinabc.org/D5650