chore: no need to expose Initialize of ipc module (#16066)

This commit is contained in:
Cheng Zhao 2018-12-15 01:01:29 +09:00 committed by Shelley Vohr
parent 8584c2f14b
commit c7aa747891
2 changed files with 11 additions and 12 deletions

View file

@ -29,11 +29,6 @@ void SendTo(mate::Arguments* args,
const std::string& channel,
const base::ListValue& arguments);
void Initialize(v8::Local<v8::Object> exports,
v8::Local<v8::Value> unused,
v8::Local<v8::Context> context,
void* priv);
} // namespace api
} // namespace atom