Skip to content

Commit b0d6af2

Browse files
committed
Remove debug statement
1 parent 06ba6f1 commit b0d6af2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

InvEqui.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ static PF_Err SubSample_Pixel8(void *refcon, A_long x, A_long y, PF_Pixel8 *inP,
9999
float pitchDeg = (static_cast<float>(y) * 180.0f / static_cast<float>(rArgs->in_data->height)) - 90.0f;
100100

101101
PF_EffectWorld sample = rArgs->scanLayer->u.ld;
102-
PF_ParamDefUnion aa = rArgs->scanLayer->u;
103102

104103
float yaw = static_cast<float>(FIX_2_FLOAT(rArgs->params[INVEQUI_YAW]->u.ad.value));
105104
float pitch = static_cast<float>(FIX_2_FLOAT(rArgs->params[INVEQUI_PITCH]->u.ad.value));

0 commit comments

Comments
 (0)