welcome_if_tree_load() is not used outside ui/gtk/main_welcome.c; make

it static.

svn path=/trunk/; revision=41693
This commit is contained in:
Guy Harris 2012-03-21 00:09:45 +00:00
parent e64375d187
commit b551749d28
2 changed files with 2 additions and 3 deletions

View File

@ -117,6 +117,7 @@ static GMutex *recent_mtx;
#ifdef HAVE_LIBPCAP
static void capture_if_start(GtkWidget *w _U_, gpointer data _U_);
static gboolean activate_link_cb(GtkLabel *label _U_, gchar *uri, gpointer user_data _U_);
static void welcome_if_tree_load(void);
#endif
/* The "scroll box dynamic" is a (complicated) pseudo widget to */
@ -1079,7 +1080,7 @@ static void fill_capture_box(void)
#endif
/* list the interfaces */
void
static void
welcome_if_tree_load(void)
{
#ifdef HAVE_LIBPCAP

View File

@ -51,8 +51,6 @@ void main_welcome_add_recent_capture_file(const char *widget_cf_name, GObject *m
/* reload the list of interfaces */
void welcome_if_panel_reload(void);
void welcome_if_tree_load(void);
/** Push a status message into the welcome screen header similar to
* statusbar_push_*_msg(). This hides everything under the header.
* If msg is dynamically allocated, it is up to the caller to free