remove warnings for non-RSSDK builds

This commit is contained in:
Thijs Wenker 2015-02-07 19:07:10 +01:00
parent c7b19277ee
commit 3ccbe50092

View file

@ -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";