Remove unneccessary function

This commit is contained in:
Ylva Selling
2022-04-19 17:19:05 -04:00
parent 9d350cc8af
commit 4a4c68e1ab
5 changed files with 0 additions and 12 deletions
@@ -233,10 +233,6 @@ bool TargetBrowserPair::isImageCollectionLoaded() {
return _browser->isImageCollectionLoaded();
}
void TargetBrowserPair::setIsSyncedWithWwt(bool isSynced) {
_browser->setIsSyncedWithWwt(isSynced);
}
void TargetBrowserPair::setVerticalFov(double vfov) {
_browser->setVerticalFov(vfov);
_targetRenderable->setVerticalFov(vfov);