Bug 257948 remove #endif w/o matching #ifdef from idl files

r=dveditz sr=neil
This commit is contained in:
cbiesinger%web.de 2004-09-05 13:29:58 +00:00
Родитель c3d23a6ea2
Коммит 50c9dd3919
5 изменённых файлов: 0 добавлений и 13 удалений

Просмотреть файл

@ -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__