chore: remove unused _replyInternal method (#26825)

This commit is contained in:
Jeremy Rose 2020-12-07 09:19:26 -08:00 committed by GitHub
parent 5a5d964720
commit d3b1566181
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 13 deletions

View file

@ -237,7 +237,6 @@ declare namespace ElectronInternal {
// Internal IPC has _replyInternal and NO reply method
interface IpcMainInternalEvent extends Omit<Electron.IpcMainEvent, 'reply'> {
_replyInternal(...args: any[]): void;
}
interface IpcMainInternal extends NodeJS.EventEmitter {