Bug 1016243 - [cleanup] Remove unused function BluetoothService::RemoveObserverFromTable, r=shuang

This commit is contained in:
Ben Tian 2014-05-27 17:02:44 +08:00
parent 43d1112f0d
commit f5c943538a
4 changed files with 0 additions and 18 deletions

View File

@ -233,12 +233,6 @@ RemoveObserversExceptBluetoothManager
return PL_DHASH_NEXT;
}
void
BluetoothService::RemoveObserverFromTable(const nsAString& key)
{
mBluetoothSignalObserverTable.Remove(key);
}
// static
BluetoothService*
BluetoothService::Create()

View File

@ -308,9 +308,6 @@ public:
bool
IsToggling() const;
void
RemoveObserverFromTable(const nsAString& key);
/**
* Below 2 function/variable are used for ensuring event 'AdapterAdded' will
* be fired after event 'Enabled'.

View File

@ -233,12 +233,6 @@ RemoveObserversExceptBluetoothManager
return PL_DHASH_NEXT;
}
void
BluetoothService::RemoveObserverFromTable(const nsAString& key)
{
mBluetoothSignalObserverTable.Remove(key);
}
// static
BluetoothService*
BluetoothService::Create()

View File

@ -308,9 +308,6 @@ public:
bool
IsToggling() const;
void
RemoveObserverFromTable(const nsAString& key);
/**
* Below 2 function/variable are used for ensuring event 'AdapterAdded' will
* be fired after event 'Enabled'.