diff --git a/src/components/views/rooms/Stickerpicker.js b/src/components/views/rooms/Stickerpicker.js index 55f34cc42b..a0e3f1b7a9 100644 --- a/src/components/views/rooms/Stickerpicker.js +++ b/src/components/views/rooms/Stickerpicker.js @@ -37,7 +37,6 @@ const STICKERPICKER_Z_INDEX = 3500; const PERSISTED_ELEMENT_KEY = "stickerPicker"; export default class Stickerpicker extends React.Component { - static currentWidget; constructor(props) { diff --git a/src/stores/ActiveWidgetStore.js b/src/stores/ActiveWidgetStore.js index 94b1b8e79f..f0a9f718a2 100644 --- a/src/stores/ActiveWidgetStore.js +++ b/src/stores/ActiveWidgetStore.js @@ -23,7 +23,6 @@ import MatrixClientPeg from '../MatrixClientPeg'; * * What widget is set to remain always-on-screen, if any * Only one widget may be 'always on screen' at any one time. * * Negotiated capabilities for active apps - * * Which stickerpicker the app is using, if any */ class ActiveWidgetStore extends EventEmitter { constructor() {