chore: no need to expose Initialize of ipc module (#16066)
This commit is contained in:
parent
8584c2f14b
commit
c7aa747891
2 changed files with 11 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue