mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Removed an unused variable from LookAndFeel_V4::positionDocumentWindowButtons()
This commit is contained in:
parent
53cd6c014c
commit
0a85ae91de
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ Button* LookAndFeel_V4::createDocumentWindowButton (int buttonType)
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
void LookAndFeel_V4::positionDocumentWindowButtons (DocumentWindow& dw,
|
||||
void LookAndFeel_V4::positionDocumentWindowButtons (DocumentWindow&,
|
||||
int titleBarX, int titleBarY,
|
||||
int titleBarW, int titleBarH,
|
||||
Button* minimiseButton,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue