summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/blackberry/bbsensorbackend.h
diff options
context:
space:
mode:
authorRafael Roquetto <rafael.roquetto@kdab.com>2015-02-12 07:51:54 -0200
committerRafael Roquetto <rafael.roquetto@kdab.com>2015-02-18 18:33:13 +0000
commitb81ad50d2c5748fb5357d82121b24d03c40654e8 (patch)
tree61d088f0c9d41314f2659c908cc68d4a80e56f11 /src/plugins/sensors/blackberry/bbsensorbackend.h
parenta994d487ebb4b0e4084ae170c2846859e404a91d (diff)
Remove BlackBerry PlayBook support.
Change-Id: Id1247f797873395c38251ba098bfa848a06f10ee Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
Diffstat (limited to 'src/plugins/sensors/blackberry/bbsensorbackend.h')
-rw-r--r--src/plugins/sensors/blackberry/bbsensorbackend.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/sensors/blackberry/bbsensorbackend.h b/src/plugins/sensors/blackberry/bbsensorbackend.h
index 98a233bf..858b40a3 100644
--- a/src/plugins/sensors/blackberry/bbsensorbackend.h
+++ b/src/plugins/sensors/blackberry/bbsensorbackend.h
@@ -37,16 +37,9 @@
#include <QtCore/QFile>
#include <QtCore/QSocketNotifier>
-// Earlier NDK versions did not ship sensor.h and the Playbook NDK still
-// doesn't include it, that is why we have our own copy in here.
-// We prefer the NDK version if that exists, as that is more up-to-date.
-#ifdef HAVE_NDK_SENSOR_H
#include <sensor/sensor.h>
#include <devctl.h>
#include <errno.h>
-#else
-#include "sensor.h"
-#endif
class BbGuiHelper;