Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
3d0b132d
Commit
3d0b132d
authored
Apr 17, 2015
by
Fabio Bas
Browse files
yet another unused parameter
parent
3969572d
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_deck_editor.cpp
View file @
3d0b132d
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment