Remove unused prop from ThemeWatcher

pull/21833/head
Travis Ralston 2020-07-28 16:14:49 -06:00
parent d627baf508
commit 008c19ea26
1 changed files with 0 additions and 3 deletions

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;