Skip to content

Commit bbbf449

Browse files
committed
GPU: Remove obsolete functions
1 parent 8cfe085 commit bbbf449

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

GPU/GPUTracking/Global/GPUChainTracking.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,6 @@ class GPUChainTracking : public GPUChain, GPUReconstructionHelpers::helperDelega
189189
void SetUpdateCalibObjects(const GPUCalibObjectsConst& obj, const GPUNewCalibValues& vals);
190190
void SetDefaultInternalO2Propagator(bool useGPUField);
191191
void LoadClusterErrors();
192-
void SetOutputControlCompressedClusters(GPUOutputControl* v) { mSubOutputControls[GPUTrackingOutputs::getIndex(&GPUTrackingOutputs::compressedClusters)] = v; }
193-
void SetOutputControlClustersNative(GPUOutputControl* v) { mSubOutputControls[GPUTrackingOutputs::getIndex(&GPUTrackingOutputs::clustersNative)] = v; }
194-
void SetOutputControlTPCTracks(GPUOutputControl* v) { mSubOutputControls[GPUTrackingOutputs::getIndex(&GPUTrackingOutputs::tpcTracks)] = v; }
195-
void SetOutputControlClusterLabels(GPUOutputControl* v) { mSubOutputControls[GPUTrackingOutputs::getIndex(&GPUTrackingOutputs::clusterLabels)] = v; }
196-
void SetOutputControlSharedClusterMap(GPUOutputControl* v) { mSubOutputControls[GPUTrackingOutputs::getIndex(&GPUTrackingOutputs::sharedClusterMap)] = v; }
197192
void SetSubOutputControl(int i, GPUOutputControl* v) { mSubOutputControls[i] = v; }
198193

199194
const GPUSettingsDisplay* mConfigDisplay = nullptr; // Abstract pointer to Standalone Display Configuration Structure

0 commit comments

Comments
 (0)