Bug 839834 - Remove nsIFormControlFrame::GetFormProperty. r=bz
This commit is contained in:
@@ -74,7 +74,6 @@ public:
|
||||
// nsIFormContromFrame
|
||||
virtual void SetFocus(bool aOn, bool aRepaint);
|
||||
virtual nsresult SetFormProperty(nsIAtom* aName, const nsAString& aValue);
|
||||
virtual nsresult GetFormProperty(nsIAtom* aName, nsAString& aValue) const;
|
||||
};
|
||||
|
||||
|
||||
@@ -224,11 +223,3 @@ nsImageControlFrame::SetFormProperty(nsIAtom* aName,
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
nsresult
|
||||
nsImageControlFrame::GetFormProperty(nsIAtom* aName,
|
||||
nsAString& aValue) const
|
||||
{
|
||||
aValue.Truncate();
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user