Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions GPU/GPUTracking/Global/GPUTrackingInputProvider.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ class GPUTrackingInputProvider : public GPUProcessor
void* SetPointersInputClusterNativeOutput(void* mem);
void* SetPointersInputTRD(void* mem);
void* SetPointersErrorCodes(void* mem);

void SetNewGPURecoTPCDecoding(bool v) { mNewGPURecoTPCDecoding = v; }
#endif

unsigned short mResourceZS = -1;
Expand Down Expand Up @@ -90,8 +88,6 @@ class GPUTrackingInputProvider : public GPUProcessor
unsigned int* mTPCClusterOccupancyMap = nullptr;

unsigned int* mErrorCodes = nullptr;

bool mNewGPURecoTPCDecoding = false;
};

} // namespace gpu
Expand Down