disabled irc in bluemonkey
[profile/ivi/automotive-message-broker.git] / plugins / gpsnmea / gpsnmea.cpp
index c250d2b..1cd8647 100644 (file)
@@ -426,10 +426,9 @@ GpsNmeaSource::GpsNmeaSource(AbstractRoutingEngine *re, map<string, string> conf
        {
                std::string dev = config["device"];
 
-#ifdef USE_BLUEZ5
                if(dev.find(":") != string::npos)
                {
-
+#ifdef USE_BLUEZ5
                        bt = new Bluetooth5();
                        bt->getDeviceForAddress(dev, [this](int fd) {
                                DebugOut() << "fd: " << fd << endl;