Remove unused prop from ThemeWatcher
This commit is contained in:
parent
d627baf508
commit
008c19ea26
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue