Bug 1064264: Remove references to Android from BluetoothServiceBluedroid, r=btian

This commit is contained in:
Thomas Zimmermann 2014-09-09 16:30:06 +02:00
parent 61af34ca0f
commit 5cf52da1c4

View File

@ -7,8 +7,6 @@
#ifndef mozilla_dom_bluetooth_bluetoothservicebluedroid_h__
#define mozilla_dom_bluetooth_bluetoothservicebluedroid_h__
#include <hardware/bluetooth.h>
#include "BluetoothCommon.h"
#include "BluetoothInterface.h"
#include "BluetoothService.h"
@ -19,8 +17,6 @@ class BluetoothServiceBluedroid : public BluetoothService
, public BluetoothNotificationHandler
{
public:
static const bt_interface_t* GetBluetoothInterface();
BluetoothServiceBluedroid();
~BluetoothServiceBluedroid();