diff options
Diffstat (limited to 'app/main.cpp')
-rw-r--r-- | app/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/main.cpp b/app/main.cpp index 24a78aa..53ce4d5 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -28,7 +28,6 @@ #include <QQuickWindow> #include <libhomescreen.hpp> #include <qlibwindowmanager.h> -#include <bluetooth.h> #include <mediaplayer.h> #include <unistd.h> @@ -92,7 +91,6 @@ int main(int argc, char *argv[]) }); context->setContextProperty("mediaplayer", new Mediaplayer(bindingAddress, context)); - context->setContextProperty("bluetooth_connection", new Bluetooth(bindingAddress)); context->setContextProperty(QStringLiteral("screenInfo"), &screenInfo); usleep(300000); |