Commit 5d7ab736 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Fix more dialect stupidity

parent 31c5e3b9
...@@ -2059,7 +2059,6 @@ void UAS::getStatusForCode(int statusCode, QString& uasState, QString& stateDesc ...@@ -2059,7 +2059,6 @@ void UAS::getStatusForCode(int statusCode, QString& uasState, QString& stateDesc
QImage UAS::getImage() QImage UAS::getImage()
{ {
#ifdef MAVLINK_ENABLED_PIXHAWK
// qDebug() << "IMAGE TYPE:" << imageType; // qDebug() << "IMAGE TYPE:" << imageType;
...@@ -2105,9 +2104,6 @@ QImage UAS::getImage() ...@@ -2105,9 +2104,6 @@ QImage UAS::getImage()
imagePacketsArrived = 0; imagePacketsArrived = 0;
//imageRecBuffer.clear(); //imageRecBuffer.clear();
return image; return image;
#else
return QImage();
#endif
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment