Removing call to removed method

This commit is contained in:
David Négrier 2021-06-01 09:12:31 +02:00
parent 59256f4cb9
commit 9063ba2a1f
1 changed files with 0 additions and 4 deletions

View File

@ -47,10 +47,6 @@ export class HelpCameraSettingsScene extends DirtyScene {
this.openHelpCameraSettingsOpened();
localUserStore.setHelpCameraSettingsShown();
}
mediaManager.setHelpCameraSettingsCallBack(() => {
this.openHelpCameraSettingsOpened();
});
}
private openHelpCameraSettingsOpened(): void{