[ui] reconstruction: remove dead code

This commit is contained in:
Fabien Castan 2021-04-21 22:03:05 +02:00
parent b2bb1e12c2
commit a17fdf33b5

View file

@ -490,9 +490,6 @@ class Reconstruction(UIGraph):
elif p.lower() == "panoramafisheyehdr":
# default panorama fisheye hdr pipeline
self.setGraph(multiview.panoramaFisheyeHdr())
elif p.lower() == "colorcheckerdetection":
# test color checker detection pipeline
self.setGraph(multiview.colorCheckerDetection())
else:
# use the user-provided default photogrammetry project file
self.load(p, setupProjectFile=False)