mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 01:37:16 +00:00
Bug 257948 remove #endif w/o matching #ifdef from idl files
r=dveditz sr=neil
This commit is contained in:
parent
c3d23a6ea2
commit
50c9dd3919
@ -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