Remove unused prop from ThemeWatcher
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user