Bug 584969 Remove references to nsIFileSpec from the "supported" set in nsIPrefBranch

r=dveditz a=bsmedberg
This commit is contained in:
timeless@mozdev.org 2011-01-05 14:11:56 -08:00
parent 7afd914e2a
commit 21e1e178d2

View File

@ -168,7 +168,6 @@ interface nsIPrefBranch : nsISupports
* - nsILocalFile
* - nsISupportsString (UniChar)
* - nsIPrefLocalizedString (Localized UniChar)
* - nsIFileSpec (deprecated - to be removed eventually)
* @param aValue The XPCOM object into which to the complex preference
* value should be retrieved.
*
@ -191,7 +190,6 @@ interface nsIPrefBranch : nsISupports
* - nsILocalFile
* - nsISupportsString (UniChar)
* - nsIPrefLocalizedString (Localized UniChar)
* - nsIFileSpec (deprecated - to be removed eventually)
* @param aValue The XPCOM object from which to set the complex preference
* value.
*