mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
remove warnings for non-RSSDK builds
This commit is contained in:
parent
c7b19277ee
commit
3ccbe50092
1 changed files with 2 additions and 0 deletions
|
@ -15,8 +15,10 @@
|
|||
#include "Menu.h"
|
||||
#include "SharedUtil.h"
|
||||
|
||||
#ifdef HAVE_RSSDK
|
||||
const int PALMROOT_NUM_JOINTS = 3;
|
||||
const int FINGER_NUM_JOINTS = 4;
|
||||
#endif // HAVE_RSSDK
|
||||
|
||||
const DeviceTracker::Name RealSense::NAME = "RealSense";
|
||||
|
||||
|
|
Loading…
Reference in a new issue