Skip to content

Commit

Permalink
remove unused ClientInterfacePtr
Browse files Browse the repository at this point in the history
  • Loading branch information
gfrolov committed Sep 2, 2015
1 parent b253ab1 commit 643f35e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/osvr/Client/GestureRemoteFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ namespace client {
report.sensor = data.sensor;
report.state = data.gestureState;
report.gestureID = id;
common::ClientInterfacePtr anInterface;
for (auto &iface : m_interfaces) {
anInterface = iface;
iface->triggerCallbacks(timestamp, report);
}
}
Expand Down

0 comments on commit 643f35e

Please sign in to comment.