mirror of https://github.com/vector-im/riot-web
Remove unused prop from ThemeWatcher
parent
d627baf508
commit
008c19ea26
|
@ -24,9 +24,6 @@ import { ActionPayload } from '../../dispatcher/payloads';
|
||||||
import { SettingLevel } from "../SettingLevel";
|
import { SettingLevel } from "../SettingLevel";
|
||||||
|
|
||||||
export default class ThemeWatcher {
|
export default class ThemeWatcher {
|
||||||
// XXX: I think this is unused.
|
|
||||||
static _instance = null;
|
|
||||||
|
|
||||||
private themeWatchRef: string;
|
private themeWatchRef: string;
|
||||||
private systemThemeWatchRef: string;
|
private systemThemeWatchRef: string;
|
||||||
private dispatcherRef: string;
|
private dispatcherRef: string;
|
||||||
|
|
Loading…
Reference in New Issue