mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-03 23:01:31 +00:00
Remove some annoying assertions from Cocoa menu code. no bug.
This commit is contained in:
parent
48c9cc3d29
commit
dbdce1bad2
@ -302,14 +302,12 @@ NS_IMETHODIMP nsMenuX::GetItemAt(const PRUint32 aPos, nsISupports *& aMenuItem)
|
||||
|
||||
NS_IMETHODIMP nsMenuX::InsertItemAt(const PRUint32 aPos, nsISupports * aMenuItem)
|
||||
{
|
||||
NS_ASSERTION(0, "Not implemented");
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
||||
NS_IMETHODIMP nsMenuX::RemoveItem(const PRUint32 aPos)
|
||||
{
|
||||
NS_WARNING("Not implemented");
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user