mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
fix two unused args warnings
This commit is contained in:
parent
fc787fad50
commit
fce302847f
1 changed files with 3 additions and 0 deletions
|
|
@ -36,11 +36,14 @@ void gtk_application_cleanup (void)
|
|||
void
|
||||
gtk_application_set_menu_bar (GtkMenuShell* menushell)
|
||||
{
|
||||
(void) menushell;
|
||||
}
|
||||
|
||||
void
|
||||
gtk_application_add_app_menu_item (GtkApplicationMenuGroup* group, GtkMenuItem* item)
|
||||
{
|
||||
(void) group;
|
||||
(void) item;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue