summaryrefslogtreecommitdiff
path: root/ui/gtk/about_dlg.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2014-06-16 18:25:33 -0400
committerJeff Morriss <jeff.morriss.ws@gmail.com>2014-06-16 23:14:05 +0000
commitf113306e0ed0efc77eb9655c6196243af7fce6ce (patch)
treea2eeb3d6e90ff1b9d00d60f78f17a8fc7e65645e /ui/gtk/about_dlg.c
parent048646d322a79ef0f4b609527bf5a5b5bfe7a199 (diff)
downloadwireshark-f113306e0ed0efc77eb9655c6196243af7fce6ce.tar.gz
More Python-bindings removal.
Change-Id: I4d82175781e65c73179f4c8e737a7900cb050bce Reviewed-on: https://code.wireshark.org/review/2283 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'ui/gtk/about_dlg.c')
-rw-r--r--ui/gtk/about_dlg.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/ui/gtk/about_dlg.c b/ui/gtk/about_dlg.c
index 26333f9422..844c8f9cf9 100644
--- a/ui/gtk/about_dlg.c
+++ b/ui/gtk/about_dlg.c
@@ -253,9 +253,6 @@ splash_update(register_action_e action, const char *message, gpointer client_dat
#ifdef HAVE_LUA
ul_count += wslua_count_plugins (); /* get count of lua plugins */
#endif
-#ifdef HAVE_PYTHON
- ul_count += 2; /* additional 2 for python register and handoff */
-#endif
}
main_lb = (GtkWidget *)g_object_get_data(G_OBJECT(win), "protocol_label");
@@ -460,12 +457,6 @@ about_folders_page_new(void)
"dissector plugins");
#endif
-#ifdef HAVE_PYTHON
- /* global python bindings */
- about_folders_row(table, "Python Bindings", get_wspython_dir(),
- "python bindings");
-#endif
-
#ifdef HAVE_GEOIP
/* GeoIP */
path = geoip_db_get_paths();