Cleanup: remove StartUpSubprocess() since it no longer used.
This commit is contained in:
parent
5d3b9f7296
commit
0753802f49
2 changed files with 0 additions and 12 deletions
|
|
@ -218,8 +218,6 @@ public:
|
|||
int argc, char* argv[]);
|
||||
#endif
|
||||
|
||||
// If using a separate subprocess then return the result of this function
|
||||
static int StartUpSubprocess();
|
||||
static void Shutdown();
|
||||
static void RunCEFMessageLoopOnIdle();
|
||||
|
||||
|
|
|
|||
|
|
@ -464,16 +464,6 @@ bool wxWebViewChromium::StartUp(int &code, const wxString &path,
|
|||
return CefInitialize(args, settings, NULL);
|
||||
}
|
||||
|
||||
int wxWebViewChromium::StartUpSubprocess()
|
||||
{
|
||||
#ifdef __WXMSW__
|
||||
CefMainArgs args(wxGetInstance());
|
||||
#else
|
||||
CefMainArgs args;
|
||||
#endif
|
||||
return CefExecuteProcess(args, NULL);
|
||||
}
|
||||
|
||||
void wxWebViewChromium::RunCEFMessageLoopOnIdle()
|
||||
{
|
||||
CefDoMessageLoopWork();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue