Cleanup: remove StartUpSubprocess() since it no longer used.

This commit is contained in:
Haojian Wu 2014-06-20 15:55:17 +08:00 committed by Tobias Taschner
parent 5d3b9f7296
commit 0753802f49
No known key found for this signature in database
GPG key ID: AE6ECD71294F87FD
2 changed files with 0 additions and 12 deletions

View file

@ -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();