Fix build with GTK+ and without libsmi and GeoIP.

Bug: 14318
Change-Id: I2121f3fec3f366ff77615be5a4d6518e02e4d07d
Reviewed-on: https://code.wireshark.org/review/25240
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2018-01-10 01:17:53 -08:00
parent 7c6f5c9172
commit 33708998b4
1 changed files with 0 additions and 2 deletions

View File

@ -397,10 +397,8 @@ about_folders_page_new(void)
char *path;
static const gchar *titles[] = { "Name", "Folder", "Typical Files"};
GtkWidget *scrolledwindow;
#if defined(HAVE_LIBSMI) || defined(HAVE_GEOIP)
gint i;
gchar **resultArray;
#endif
#if 0
const gchar *const *dirs;
#endif