From 50c9dd3919a57301b9ea431480979fea1d76820e Mon Sep 17 00:00:00 2001 From: "cbiesinger%web.de" Date: Sun, 5 Sep 2004 13:29:58 +0000 Subject: [PATCH] Bug 257948 remove #endif w/o matching #ifdef from idl files r=dveditz sr=neil --- profile/public/nsIProfile.idl | 2 -- profile/public/nsIProfileChangeStatus.idl | 2 -- profile/public/nsIProfileInternal.idl | 2 -- profile/public/nsIProfileStartupListener.idl | 2 -- widget/public/nsIAppShell.idl | 5 ----- 5 files changed, 13 deletions(-) diff --git a/profile/public/nsIProfile.idl b/profile/public/nsIProfile.idl index 893a1725df4b..e1259d756f4d 100644 --- a/profile/public/nsIProfile.idl +++ b/profile/public/nsIProfile.idl @@ -85,5 +85,3 @@ interface nsIProfile : nsISupports { void deleteProfile(in wstring name, in boolean canDeleteFiles); void cloneProfile(in wstring profileName); }; - -#endif /* nsIProfile_h__ */ diff --git a/profile/public/nsIProfileChangeStatus.idl b/profile/public/nsIProfileChangeStatus.idl index e4ab25316658..dc0850e8c780 100755 --- a/profile/public/nsIProfileChangeStatus.idl +++ b/profile/public/nsIProfileChangeStatus.idl @@ -140,5 +140,3 @@ interface nsIProfileChangeStatus : nsISupports { void changeFailed(); }; - -#endif /* nsIProfileChangeStatus_h__ */ diff --git a/profile/public/nsIProfileInternal.idl b/profile/public/nsIProfileInternal.idl index ab98a37b1c21..e07b48e53311 100755 --- a/profile/public/nsIProfileInternal.idl +++ b/profile/public/nsIProfileInternal.idl @@ -152,5 +152,3 @@ interface nsIProfileInternal : nsIProfile { [noscript] void getCurrentProfileDir(out nsIFile profileDir); }; - -#endif /* nsIProfileInternal_h__ */ diff --git a/profile/public/nsIProfileStartupListener.idl b/profile/public/nsIProfileStartupListener.idl index 82f621290561..d3c2f24d0a2b 100644 --- a/profile/public/nsIProfileStartupListener.idl +++ b/profile/public/nsIProfileStartupListener.idl @@ -57,5 +57,3 @@ interface nsIProfileStartupListener : nsISupports { void onProfileStartup(in wstring profileName); }; - -#endif /* nsIProfile_Startup_Listener_h__ */ diff --git a/widget/public/nsIAppShell.idl b/widget/public/nsIAppShell.idl index f383ddde9f09..b6a2c10b3f4a 100644 --- a/widget/public/nsIAppShell.idl +++ b/widget/public/nsIAppShell.idl @@ -37,7 +37,6 @@ * * ***** END LICENSE BLOCK ***** */ - #include "nsISupports.idl" native int(int); @@ -115,7 +114,3 @@ interface nsIAppShell : nsISupports void Exit(); }; - -#endif // nsIAppShell_h__ - -