1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

OP-1222 Fixed a merge regression.

This commit is contained in:
m_thread 2014-09-02 13:49:01 +02:00
parent 8c841fa5f1
commit b61471e8ef

View File

@ -122,7 +122,3 @@ SelectionItem::SelectionItem(QString name, QString description, QString shapeId,
m_name(name), m_description(description), m_shapeId(shapeId), m_id(id)
{
}
SelectionItem::~SelectionItem()
{
}