Skip to content

Commit 7161148

Browse files
committed
removed unused variable
1 parent ef34cfc commit 7161148

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/protonect/src/cpu_depth_packet_processor.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,9 +580,7 @@ class CpuDepthPacketProcessorImpl
580580
{
581581
if(max_edge_test_ok)
582582
{
583-
float tmp1 = 1500.0f > raw_depth ? 30.0f : 0.02f * raw_depth;
584583
float edge_count = 0.0f;
585-
586584
*depth_out = edge_count > params.max_edge_count ? 0.0f : raw_depth;
587585
}
588586
else

0 commit comments

Comments
 (0)