Skip to content
Snippets Groups Projects
Commit b2f8867b authored by Rafaël Carré's avatar Rafaël Carré
Browse files

create_audiocodecs_configuration() : make static

parent 3fedb0c1
No related branches found
No related tags found
No related merge requests found
......@@ -1173,7 +1173,7 @@ void ringtone_enabled (GtkWidget *widget UNUSED, gpointer fileChooser, const gch
}
GtkWidget* create_audiocodecs_configuration (account_t *currentAccount)
static GtkWidget* create_audiocodecs_configuration (account_t *currentAccount)
{
// Main widget
......
......@@ -34,7 +34,6 @@
#include "actions.h"
GtkWidget* create_audio_configuration (void);
GtkWidget* create_audiocodecs_configuration (account_t *a);
GtkWidget* api_box();
GtkWidget* alsa_box();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment