mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 19:13:54 +00:00
Remove unused property
This commit is contained in:
parent
12139fb190
commit
646b38319e
1 changed files with 0 additions and 3 deletions
|
|
@ -58,8 +58,6 @@ type Props = StateProps & DispatchProps & OwnProps;
|
|||
class App extends React.Component<Props> {
|
||||
// TODO: #any
|
||||
_emitter: Emitter;
|
||||
// TODO: #any
|
||||
_windowNodes: { [windowId: string]: any };
|
||||
_bindings: {
|
||||
[windowId: string]: { node: HTMLElement; remove(): void } | null;
|
||||
};
|
||||
|
|
@ -68,7 +66,6 @@ class App extends React.Component<Props> {
|
|||
constructor(props: Props) {
|
||||
super(props);
|
||||
this._emitter = new Emitter();
|
||||
this._windowNodes = {};
|
||||
this._bindings = {};
|
||||
this._webampNode = null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue