remove unneeded inline, fixes a warning (mismatching prototype)

This commit is contained in:
Landry Breuil
2014-12-23 22:37:09 +01:00
parent 084d3f4f74
commit 1401057502
2 changed files with 2 additions and 2 deletions

View File

@@ -168,7 +168,7 @@ menu_append_item (GtkMenu *menu, gchar *title, gchar *command, gchar *icon_name)
g_signal_connect_swapped (mi, "activate", G_CALLBACK (execute_command), command);
}
static inline GtkWidget *
static GtkWidget *
construct_menu (void)
{
GtkWidget *menu = gtk_menu_new ();

View File

@@ -154,7 +154,7 @@ menu_append_item (GtkMenu *menu, gchar *title, gchar *setting_name, XtmSettings
g_free (notify_name);
}
static inline GtkWidget *
static GtkWidget *
construct_menu (void)
{
XtmSettings *settings = xtm_settings_get_default ();