Remove unused event emitter type

This commit is contained in:
Daniel Imms 2024-04-01 10:04:04 -07:00
parent ad545a18d3
commit 64aa2c302f
No known key found for this signature in database
GPG key ID: E5CF412B63651C69

View file

@ -34,7 +34,3 @@ export interface IXtermCore {
_handleIntersectionChange: any;
};
}
export interface IEventEmitter<T> {
fire(e: T): void;
}