Bug 257948 remove #endif w/o matching #ifdef from idl files
r=dveditz sr=neil git-svn-id: svn://10.0.0.236/trunk@161782 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1c24d39d79
commit
bc6d8db679
@ -85,5 +85,3 @@ interface nsIProfile : nsISupports {
|
||||
void deleteProfile(in wstring name, in boolean canDeleteFiles);
|
||||
void cloneProfile(in wstring profileName);
|
||||
};
|
||||
|
||||
#endif /* nsIProfile_h__ */
|
||||
|
||||
@ -140,5 +140,3 @@ interface nsIProfileChangeStatus : nsISupports {
|
||||
void changeFailed();
|
||||
|
||||
};
|
||||
|
||||
#endif /* nsIProfileChangeStatus_h__ */
|
||||
|
||||
@ -152,5 +152,3 @@ interface nsIProfileInternal : nsIProfile {
|
||||
[noscript] void getCurrentProfileDir(out nsIFile profileDir);
|
||||
|
||||
};
|
||||
|
||||
#endif /* nsIProfileInternal_h__ */
|
||||
|
||||
@ -57,5 +57,3 @@ interface nsIProfileStartupListener : nsISupports {
|
||||
void onProfileStartup(in wstring profileName);
|
||||
|
||||
};
|
||||
|
||||
#endif /* nsIProfile_Startup_Listener_h__ */
|
||||
|
||||
@ -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__
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user