Bug 1070831 - Part 6: Clean up BluetoothRilListener. r=btian

This commit is contained in:
Ben Hsu 2014-12-21 17:37:00 +01:00
parent eb5db1064e
commit 42d775afda
2 changed files with 0 additions and 14 deletions

View File

@ -101,13 +101,6 @@ MobileConnectionListener::NotifyDataChanged()
return NS_OK;
}
NS_IMETHODIMP
MobileConnectionListener::NotifyUssdReceived(const nsAString & message,
bool sessionEnded)
{
return NS_OK;
}
NS_IMETHODIMP
MobileConnectionListener::NotifyDataError(const nsAString & message)
{

View File

@ -101,13 +101,6 @@ MobileConnectionListener::NotifyDataChanged()
return NS_OK;
}
NS_IMETHODIMP
MobileConnectionListener::NotifyUssdReceived(const nsAString & message,
bool sessionEnded)
{
return NS_OK;
}
NS_IMETHODIMP
MobileConnectionListener::NotifyDataError(const nsAString & message)
{