Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
bug 906209 - remove some spurious idl forward-declarations r=jlebar
Browse files Browse the repository at this point in the history
  • Loading branch information
mozkeeler committed Aug 16, 2013
1 parent c4dca66 commit 34c26a4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions dom/interfaces/traversal/nsIDOMNodeIterator.idl
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@

#include "domstubs.idl"

interface nsIDOMNodeIterator;
interface nsIDOMNodeFilter;


[scriptable, uuid(a86bdac9-ff89-4c94-8160-4fe86733bab8)]
// Introduced in DOM Level 2, updated to DOM Level 4:
interface nsIDOMNodeIterator : nsISupports
Expand Down
2 changes: 0 additions & 2 deletions dom/interfaces/traversal/nsIDOMTreeWalker.idl
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@

#include "domstubs.idl"

interface nsIDOMTreeWalker;
interface nsIDOMNodeFilter;


[scriptable, uuid(c4ffa159-237c-4dde-b0ba-20b9f9270cf6)]
// Introduced in DOM Level 2:
interface nsIDOMTreeWalker : nsISupports {
Expand Down
1 change: 0 additions & 1 deletion toolkit/profile/nsIToolkitProfile.idl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include "nsISupports.idl"

interface nsIFile;
interface nsIToolkitProfile;
interface nsIProfileUnlocker;

/**
Expand Down
2 changes: 0 additions & 2 deletions xpcom/io/nsILineInputStream.idl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

#include "nsISupports.idl"

interface nsILineInputStream;

[scriptable, uuid(c97b466c-1e6e-4773-a4ab-2b2b3190a7a6)]
interface nsILineInputStream : nsISupports
{
Expand Down

0 comments on commit 34c26a4

Please sign in to comment.