fix -Wextra in Main & Complete

This commit is contained in:
wmayer
2016-09-22 14:24:38 +02:00
parent 49072208ee
commit 4d2ccdfb72
2 changed files with 2 additions and 2 deletions

View File

@@ -50,9 +50,9 @@ CmdCompleteConstraintAxle::CmdCompleteConstraintAxle()
void CmdCompleteConstraintAxle::activated(int iMsg)
{
Q_UNUSED(iMsg);
// load the file with the module
//Command::doCommand(Command::Gui, "import Complete, CompleteGui");
}