diff options
Diffstat (limited to 'devel/electron33/files/patch-device_bluetooth_bluetooth__adapter.cc')
-rw-r--r-- | devel/electron33/files/patch-device_bluetooth_bluetooth__adapter.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-device_bluetooth_bluetooth__adapter.cc b/devel/electron33/files/patch-device_bluetooth_bluetooth__adapter.cc deleted file mode 100644 index a429ccd154fb..000000000000 --- a/devel/electron33/files/patch-device_bluetooth_bluetooth__adapter.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- device/bluetooth/bluetooth_adapter.cc.orig 2024-04-15 20:33:58 UTC -+++ device/bluetooth/bluetooth_adapter.cc -@@ -32,7 +32,7 @@ BluetoothAdapter::ServiceOptions::~ServiceOptions() = - BluetoothAdapter::ServiceOptions::ServiceOptions() = default; - BluetoothAdapter::ServiceOptions::~ServiceOptions() = default; - --#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) && \ -+#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_BSD) && \ - !BUILDFLAG(IS_APPLE) && !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_LINUX) - // static - scoped_refptr<BluetoothAdapter> BluetoothAdapter::CreateAdapter() { |