Make a routine not used outside this file static.

svn path=/trunk/; revision=49535
This commit is contained in:
Guy Harris 2013-05-22 23:25:17 +00:00
parent fe233df490
commit 845728e520
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ activate_monitor(GtkTreeViewColumn *tree_column, GtkCellRenderer *renderer,
GtkTreeModel *tree_model, GtkTreeIter *iter, gpointer data);
#endif
void
static void
init_columns_menu(void)
{
GtkActionGroup *columns_action_group;