Commit 3d0b132d authored by Fabio Bas's avatar Fabio Bas
Browse files

yet another unused parameter

parent 3969572d
...@@ -698,7 +698,7 @@ void TabDeckEditor::actDecrement() ...@@ -698,7 +698,7 @@ void TabDeckEditor::actDecrement()
offsetCountAtIndex(currentIndex, -1); offsetCountAtIndex(currentIndex, -1);
} }
void TabDeckEditor::setPriceTagFeatureEnabled(int enabled) void TabDeckEditor::setPriceTagFeatureEnabled(int /* enabled */)
{ {
//aUpdatePrices->setVisible(enabled); //aUpdatePrices->setVisible(enabled);
deckModel->pricesUpdated(); deckModel->pricesUpdated();
......
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