Skip to content

Commit 643f35e

Browse files
committed
remove unused ClientInterfacePtr
1 parent b253ab1 commit 643f35e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/osvr/Client/GestureRemoteFactory.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,7 @@ namespace client {
102102
report.sensor = data.sensor;
103103
report.state = data.gestureState;
104104
report.gestureID = id;
105-
common::ClientInterfacePtr anInterface;
106105
for (auto &iface : m_interfaces) {
107-
anInterface = iface;
108106
iface->triggerCallbacks(timestamp, report);
109107
}
110108
}

0 commit comments

Comments
 (0)