diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-03 06:28:20 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-03 06:28:20 +0200 |
commit | 755e3a48bf58ca128107cf656a5900806a09d5eb (patch) | |
tree | 4c6b3cf06af422c12c33084d4551bac92ce0a3ab /xpcom/build/nsXULAppAPI.h | |
parent | 43f7a588f96aaf88e7b69441c3b50bc9c7b20df7 (diff) | |
download | UXP-755e3a48bf58ca128107cf656a5900806a09d5eb.tar UXP-755e3a48bf58ca128107cf656a5900806a09d5eb.tar.gz UXP-755e3a48bf58ca128107cf656a5900806a09d5eb.tar.lz UXP-755e3a48bf58ca128107cf656a5900806a09d5eb.tar.xz UXP-755e3a48bf58ca128107cf656a5900806a09d5eb.zip |
Remove unused XREShellData
Diffstat (limited to 'xpcom/build/nsXULAppAPI.h')
-rw-r--r-- | xpcom/build/nsXULAppAPI.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xpcom/build/nsXULAppAPI.h b/xpcom/build/nsXULAppAPI.h index aae248ca1..c077c7e36 100644 --- a/xpcom/build/nsXULAppAPI.h +++ b/xpcom/build/nsXULAppAPI.h @@ -20,7 +20,6 @@ #include "mozilla/Vector.h" #include "mozilla/TimeStamp.h" #include "XREChildData.h" -#include "XREShellData.h" /** * A directory service key which provides the platform-correct "application @@ -504,8 +503,7 @@ XRE_API(void, XRE_EnableSameExecutableForContentProc, ()) XRE_API(int, - XRE_XPCShellMain, (int argc, char** argv, char** envp, - const XREShellData* aShellData)) + XRE_XPCShellMain, (int argc, char** argv, char** envp)) #if MOZ_WIDGET_GTK == 2 XRE_API(void, |