Bug 816380 followup. Remove unnecessary code.

This commit is contained in:
Boris Zbarsky 2012-12-19 22:51:29 -08:00
parent 822a37e761
commit c49e1837f0
2 changed files with 0 additions and 2 deletions

View File

@ -810,7 +810,6 @@ addExternalIface('HitRegionOptions', nativeType='nsISupports')
addExternalIface('LockedFile')
addExternalIface('MediaStream')
addExternalIface('NamedNodeMap')
addExternalIface('nsISupports', nativeType='nsISupports')
addExternalIface('OutputStream', nativeType='nsIOutputStream',
notflattened=True)
addExternalIface('PaintRequest')

View File

@ -4,7 +4,6 @@
* You can obtain one at http://mozilla.org/MPL/2.0/.
*/
interface nsISupports;
interface XPathExpression;
interface XPathNSResolver;
interface XPathResult;