Remove unused prop from ThemeWatcher

This commit is contained in:
Travis Ralston
2020-07-28 16:14:49 -06:00
parent d627baf508
commit 008c19ea26

View File

@@ -24,9 +24,6 @@ import { ActionPayload } from '../../dispatcher/payloads';
import { SettingLevel } from "../SettingLevel";
export default class ThemeWatcher {
// XXX: I think this is unused.
static _instance = null;
private themeWatchRef: string;
private systemThemeWatchRef: string;
private dispatcherRef: string;